次の方法で共有


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
)

パラメーター

関連項目

参照

IDTSPersistenceComponent100 インターフェイス

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