Metodo IDTSBufferManagerInitialize100.SetTempStorageLocations
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the temporary storage locations for the IDTSBufferManagerInitialize100.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Sub SetTempStorageLocations ( _
bstrBlobStorage As String, _
bstrTempStorage As String _
)
'Utilizzo
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
)
Parametri
- bstrBlobStorage
Tipo: System.String
The blob storage.
- bstrTempStorage
Tipo: System.String
The temporary storage.