IDTSPersist100 インターフェイス

定義

IDTSPersist100 のデータの保存および読み込みを可能にするインターフェイスを定義します。 詳細については、「IDTSPersist」を参照してください。

public interface class IDTSPersist100
[System.Runtime.InteropServices.Guid("192AEEA1-5F1F-4060-B11E-AE1406751AC6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7DD2ACF2-289A-438A-B126-4C867C6FF4AE")]
public interface IDTSPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D70B3D3E-3391-4823-A9F6-A8F95FE8D004")]
public interface IDTSPersist100
[<System.Runtime.InteropServices.Guid("192AEEA1-5F1F-4060-B11E-AE1406751AC6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7DD2ACF2-289A-438A-B126-4C867C6FF4AE")>]
type IDTSPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D70B3D3E-3391-4823-A9F6-A8F95FE8D004")>]
type IDTSPersist100 = interface
Public Interface IDTSPersist100
派生
属性

メソッド

LoadFromXML(Object, IDTSEvents100)

XML 形式で格納されたデータを読み込みます。 詳細については、「IDTSPersist」を参照してください。

SaveToXML(Object, Object, IDTSEvents100)

XML ドキュメントに情報を保存します。 詳細については、「IDTSPersist」を参照してください。

適用対象