共用方式為


IDTSBufferManagerInitialize100.SetTempStorageLocations 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Sets the temporary storage locations for the IDTSBufferManagerInitialize100.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Sub SetTempStorageLocations ( _
    bstrBlobStorage As String, _
    bstrTempStorage As String _
)
'用途
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
)

參數

請參閱

參考

IDTSBufferManagerInitialize100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間