IDTSComponentPersist100 インターフェイス

定義

コンポーネントやタスクのプロパティや設定をパッケージのXMLから保存・読み込むことができます。

public interface class IDTSComponentPersist100
[System.Runtime.InteropServices.Guid("55BD0931-A1FE-448C-9232-F9D26CC4FD5B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("72C3A5CC-8981-4CDC-9D34-B526B5D0612B")]
public interface IDTSComponentPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("95B6F0AF-AFF3-4173-A1C6-6434F1177AA1")]
public interface IDTSComponentPersist100
[<System.Runtime.InteropServices.Guid("55BD0931-A1FE-448C-9232-F9D26CC4FD5B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("72C3A5CC-8981-4CDC-9D34-B526B5D0612B")>]
type IDTSComponentPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("95B6F0AF-AFF3-4173-A1C6-6434F1177AA1")>]
type IDTSComponentPersist100 = interface
Public Interface IDTSComponentPersist100
派生
属性

注釈

詳細については、IDTSComponentPersistを参照してください。

メソッド

名前 説明
LoadFromXML(Object, IDTSInfoEvents100)

XMLからコンポーネント情報を読み込みます。

SaveToXML(Object, IDTSInfoEvents100)

コンポーネントをXMLに保存します。 タスクやコンテナはこのメソッドを実装しています。

適用対象