IDTSComponentPersist100 Interface

Definition

Allows properties and settings for components and tasks to be saved and loaded from the package 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
Derived
Attributes

Remarks

For more information, see IDTSComponentPersist.

Methods

LoadFromXML(Object, IDTSInfoEvents100)

Loads component information from XML.

SaveToXML(Object, IDTSInfoEvents100)

Saves a component to XML. Tasks and containers implement this method.

Applies to