Partager via


Interface IDTSComponentPersist100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Allows properties and settings for components and tasks to be saved and loaded from the package XML.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")> _
Public Interface IDTSComponentPersist100
'Utilisation
Dim instance As IDTSComponentPersist100
[GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")]
public interface IDTSComponentPersist100
[GuidAttribute(L"124414CD-8C2E-4130-903F-DE6F0267EF68")]
public interface class IDTSComponentPersist100
[<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")>]
type IDTSComponentPersist100 =  interface end
public interface IDTSComponentPersist100

Le type IDTSComponentPersist100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique LoadFromXML Infrastructure. Loads component information from XML.
Méthode publique SaveToXML Infrastructure. Saves a component to XML. Tasks and containers implement this method.

Haut de la page

Notes

For more information, see IDTSComponentPersist.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper