Interfaccia IDTSPersist100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo IDTSPersist100 sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico LoadFromXML Infrastruttura. Loads data stored in XML format. For more information, see IDTSPersist.
Metodo pubblico SaveToXML Infrastruttura. Saves information to an XML document. For more information, see IDTSPersist.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper