Método IDTSBufferManagerInitialize100.SetTempStorageLocations
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Sets the temporary storage locations for the IDTSBufferManagerInitialize100.
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
- bstrBlobStorage
Tipo: System.String
The blob storage.
- bstrTempStorage
Tipo: System.String
The temporary storage.