Interface IDTSPersistenceComponent100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines the persistence methods of a data flow component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")> _
Public Interface IDTSPersistenceComponent100
'Uso
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
O tipo IDTSPersistenceComponent100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Load | Infraestrutura. Loads the custom property within the collection. | |
ProvidePersistenceProperties | Infraestrutura. Provides persistence on the component property collection. | |
Save | Infraestrutura. Saves the custom property object in a collection. |
Início