IDTSBufferManagerInitialize100.SetTempStorageLocations メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
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
)
パラメーター
- bstrBlobStorage
型: System.String
BLOB ストレージです。
- bstrTempStorage
型: System.String
一時ストレージです。