Partilhar via


Método SetTempStorageLocations

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do 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