言語

IDTSBufferManagerInitialize100.SetTempStorageLocations(String, String) メソッド

定義

IDTSBufferManagerInitialize100の一時的な保管場所を設定します。

public:
 void SetTempStorageLocations(System::String ^ bstrBlobStorage, System::String ^ bstrTempStorage);
public void SetTempStorageLocations(string bstrBlobStorage, string bstrTempStorage);
abstract member SetTempStorageLocations : string * string -> unit
Public Sub SetTempStorageLocations (bstrBlobStorage As String, bstrTempStorage As String)

パラメーター

bstrBlobStorage
String

ブロブストレージです。

bstrTempStorage
String

一時的な保管場所。

適用対象