IDTSPersistenceComponent100 Interface

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

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

Syntax

'Declaration
<GuidAttribute("99686944-38C4-4A84-8030-3C8BD3FC5ED0")> _
Public Interface IDTSPersistenceComponent100
'Usage
Dim instance As IDTSPersistenceComponent100
[GuidAttribute("99686944-38C4-4A84-8030-3C8BD3FC5ED0")]
public interface IDTSPersistenceComponent100
[GuidAttribute(L"99686944-38C4-4A84-8030-3C8BD3FC5ED0")]
public interface class IDTSPersistenceComponent100
[<GuidAttribute("99686944-38C4-4A84-8030-3C8BD3FC5ED0")>]
type IDTSPersistenceComponent100 =  interface end
public interface IDTSPersistenceComponent100

The IDTSPersistenceComponent100 type exposes the following members.

Methods

  Name Description
Public method Load Infrastructure.
Public method ProvidePersistenceProperties Infrastructure.
Public method Save Infrastructure.

Top