次の方法で共有


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

BLOB ストレージです。

bstrTempStorage
String

一時ストレージです。

適用対象