IDTSPersistenceComponent100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines the persistence methods of a data flow component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")> _
Public Interface IDTSPersistenceComponent100
'Usage
Dim instance As IDTSPersistenceComponent100
[GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")]
public interface IDTSPersistenceComponent100
[GuidAttribute(L"B1AF105B-9219-4B94-AB60-0677E13A46BB")]
public interface class IDTSPersistenceComponent100
[<GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")>]
type IDTSPersistenceComponent100 =  interface end
public interface IDTSPersistenceComponent100

The IDTSPersistenceComponent100 type exposes the following members.

Methods

  Name Description
Public method Load Infrastructure. Loads the custom property within the collection.
Public method ProvidePersistenceProperties Infrastructure. Provides persistence on the component property collection.
Public method Save Infrastructure. Saves the custom property object in a collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace