IDTSPersistenceComponent100 Interface

Definition

Defines the persistence methods of a data flow component.

public interface class IDTSPersistenceComponent100
[System.Runtime.InteropServices.Guid("F1EE79A9-D4FF-4486-956C-1BA393DC6DA7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPersistenceComponent100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("5CBE35B6-E93C-4ED2-B6C8-F2B522BFB381")]
public interface IDTSPersistenceComponent100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("07F06D9F-AABD-4828-BCCE-F5F7FE58C015")]
public interface IDTSPersistenceComponent100
[<System.Runtime.InteropServices.Guid("F1EE79A9-D4FF-4486-956C-1BA393DC6DA7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPersistenceComponent100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("5CBE35B6-E93C-4ED2-B6C8-F2B522BFB381")>]
type IDTSPersistenceComponent100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("07F06D9F-AABD-4828-BCCE-F5F7FE58C015")>]
type IDTSPersistenceComponent100 = interface
Public Interface IDTSPersistenceComponent100
Attributes

Methods

Load(IDTSObjectModel100, IDTSCustomPropertyCollection100)

Loads the custom property within the collection.

ProvidePersistenceProperties(IDTSCustomPropertyCollection100)

Provides persistence on the component property collection.

Save(IDTSObjectModel100, IDTSCustomPropertyCollection100)

Saves the custom property object in a collection.

Applies to