IDTSPersist100 Interface

Definition

Represents an interface that enables IDTSPersist100 saving and loading data. For more information, see 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
Derived
Attributes

Methods

LoadFromXML(Object, IDTSEvents100)

Loads data stored in XML format. For more information, see IDTSPersist.

SaveToXML(Object, Object, IDTSEvents100)

Saves information to an XML document. For more information, see IDTSPersist.

Applies to