Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Allows properties and settings for components and tasks to be saved and loaded from the package XML.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("124414CD-8C2E-4130-903F-DE6F0267EF68")> _
Public Interface IDTSComponentPersist100
'Usage
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
Der IDTSComponentPersist100-Typ macht folgende Elemente verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
LoadFromXML | Infrastruktur Loads component information from XML. |
![]() |
SaveToXML | Infrastruktur Saves a component to XML. Tasks and containers implement this method. |
Zum Anfang
Hinweise
For more information, see IDTSComponentPersist.
.gif)