Compartilhar via


Método SetTempStorageLocations

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Sub SetTempStorageLocations ( _
    bstrBlobStorage As String, _
    bstrTempStorage As String _
)
'Uso
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
)

Parâmetros