次の方法で共有


IDTSPersistenceComponent100.Load メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

コレクション内のカスタム プロパティを読み込みます。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Sub Load ( _
    pIDTSObjectModel As IDTSObjectModel100, _
    pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100 _
)
'使用
Dim instance As IDTSPersistenceComponent100 
Dim pIDTSObjectModel As IDTSObjectModel100 
Dim pIDTSCustomPropertyCollection As IDTSCustomPropertyCollection100

instance.Load(pIDTSObjectModel, pIDTSCustomPropertyCollection)
void Load(
    IDTSObjectModel100 pIDTSObjectModel,
    IDTSCustomPropertyCollection100 pIDTSCustomPropertyCollection
)
void Load(
    [InAttribute] IDTSObjectModel100^ pIDTSObjectModel, 
    [InAttribute] IDTSCustomPropertyCollection100^ pIDTSCustomPropertyCollection
)
abstract Load : 
        pIDTSObjectModel:IDTSObjectModel100 * 
        pIDTSCustomPropertyCollection:IDTSCustomPropertyCollection100 -> unit
function Load(
    pIDTSObjectModel : IDTSObjectModel100, 
    pIDTSCustomPropertyCollection : IDTSCustomPropertyCollection100
)

パラメーター

関連項目

参照

IDTSPersistenceComponent100 インターフェイス

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