IDTSBufferManagerInitialize100.SetTempStorageLocations Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub SetTempStorageLocations ( _
bstrBlobStorage As String, _
bstrTempStorage As String _
)
'Usage
Dim instance As IDTSBufferManagerInitialize100
Dim bstrBlobStorage As String
Dim bstrTempStorage As String
instance.SetTempStorageLocations(bstrBlobStorage, _
bstrTempStorage)
void SetTempStorageLocations(
string bstrBlobStorage,
string bstrTempStorage
)
void SetTempStorageLocations(
String^ bstrBlobStorage,
String^ bstrTempStorage
)
abstract SetTempStorageLocations :
bstrBlobStorage:string *
bstrTempStorage:string -> unit
function SetTempStorageLocations(
bstrBlobStorage : String,
bstrTempStorage : String
)