Partager via


Méthode IDTSBufferManagerInitialize100.SetTempStorageLocations

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Sets the temporary storage locations for the IDTSBufferManagerInitialize100.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub SetTempStorageLocations ( _
    bstrBlobStorage As String, _
    bstrTempStorage As String _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IDTSBufferManagerInitialize100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper