IDTSBufferManagerInitialize100.SetTempStorageLocations(String, String) Method

Definition

Sets the temporary storage locations for the 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)

Parameters

bstrBlobStorage
String

The blob storage.

bstrTempStorage
String

The temporary storage.

Applies to