Compartir a través de


SetTempStorageLocations Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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