IDTSPersistenceComponent100.Save メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
カスタム プロパティ オブジェクトをコレクションに保存します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub Save ( _
pIDTSObjectModel As IDTSObjectModel100, _
pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'使用
Dim instance As IDTSPersistenceComponent100
Dim pIDTSObjectModel As IDTSObjectModel100
Dim pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100
instance.Save(pIDTSObjectModel, pIDTSCustomPropertyCollection)
void Save(
IDTSObjectModel100 pIDTSObjectModel,
IDTSCustomPropertyCollection100 pIDTSCustomPropertyCollection
)
void Save(
[InAttribute] IDTSObjectModel100^ pIDTSObjectModel,
[InAttribute] IDTSCustomPropertyCollection100^ pIDTSCustomPropertyCollection
)
abstract Save :
pIDTSObjectModel:IDTSObjectModel100 *
pIDTSCustomPropertyCollection:IDTSCustomPropertyCollection100 -> unit
function Save(
pIDTSObjectModel : IDTSObjectModel100,
pIDTSCustomPropertyCollection : IDTSCustomPropertyCollection100
)
パラメーター
- pIDTSObjectModel
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
コレクションで使用できるオブジェクト モデルです。
- pIDTSCustomPropertyCollection
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
プロパティ コレクション内のカスタム オブジェクトです。