Interfaccia IDTSComponentPersist100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Allows properties and settings for components and tasks to be saved and loaded from the package XML.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")> _
Public Interface IDTSComponentPersist100
'Utilizzo
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
Nel tipo IDTSComponentPersist100 sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
LoadFromXML | Infrastruttura. Loads component information from XML. | |
SaveToXML | Infrastruttura. Saves a component to XML. Tasks and containers implement this method. |
In alto
Osservazioni
For more information, see IDTSComponentPersist.