Interfaccia IDTSPersistenceComponent100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the persistence methods of a data flow component.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")> _
Public Interface IDTSPersistenceComponent100
'Utilizzo
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

Nel tipo IDTSPersistenceComponent100 sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Load Infrastruttura. Loads the custom property within the collection.
Metodo pubblico ProvidePersistenceProperties Infrastruttura. Provides persistence on the component property collection.
Metodo pubblico Save Infrastruttura. Saves the custom property object in a collection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper