Interface IDTSPersistenceComponent100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Defines the persistence methods of a data flow component.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("B1AF105B-9219-4B94-AB60-0677E13A46BB")> _
Public Interface IDTSPersistenceComponent100
'Utilisation
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
Le type IDTSPersistenceComponent100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Load | Infrastructure. Loads the custom property within the collection. | |
ProvidePersistenceProperties | Infrastructure. Provides persistence on the component property collection. | |
Save | Infrastructure. Saves the custom property object in a collection. |
Haut de la page