Freigeben über


IDTSPersist100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("64D4FBE2-0747-469A-A1EC-7CE38513636F")> _
Public Interface IDTSPersist100
'Usage
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

Der IDTSPersist100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode LoadFromXML Infrastruktur Loads data stored in XML format. For more information, see IDTSPersist.
Öffentliche Methode SaveToXML Infrastruktur Saves information to an XML document. For more information, see IDTSPersist.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace