Partager via


Interface IDTSPersist100

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

Represents an interface that enables IDTSPersist100 saving and loading data. For more information, see IDTSPersist.

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

Syntaxe

'Déclaration
<GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")> _
Public Interface IDTSPersist100
'Utilisation
Dim instance As IDTSPersist100
[GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")]
public interface IDTSPersist100
[GuidAttribute(L"64D4FBE2-0747-469A-A1EC-7CE38513636F")]
public interface class IDTSPersist100
[<GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")>]
type IDTSPersist100 =  interface end
public interface IDTSPersist100

Le type IDTSPersist100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique LoadFromXML Infrastructure. Loads data stored in XML format. For more information, see IDTSPersist.
Méthode publique SaveToXML Infrastructure. Saves information to an XML document. For more information, see IDTSPersist.

Haut de la page

Voir aussi

Référence

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