Aracılığıyla paylaş


IDTSBufferManagerInitialize100.SetTempStorageLocations Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub SetTempStorageLocations ( _
    bstrBlobStorage As String, _
    bstrTempStorage As String _
)
'Kullanım
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
)

Parametreler