Share via


IDTSBufferManagerInitialize100.SetTempStorageLocations Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets the temporary storage locations for the IDTSBufferManagerInitialize100.

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
)

Parameters

See Also

Reference

IDTSBufferManagerInitialize100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace