IDTSComponentPersist100 Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ermöglicht es, Eigenschaften und Einstellungen für Komponenten und Aufgaben aus dem XML-Paket zu speichern und zu laden.
public interface class IDTSComponentPersist100
[System.Runtime.InteropServices.Guid("55BD0931-A1FE-448C-9232-F9D26CC4FD5B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("72C3A5CC-8981-4CDC-9D34-B526B5D0612B")]
public interface IDTSComponentPersist100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("95B6F0AF-AFF3-4173-A1C6-6434F1177AA1")]
public interface IDTSComponentPersist100
[<System.Runtime.InteropServices.Guid("55BD0931-A1FE-448C-9232-F9D26CC4FD5B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("72C3A5CC-8981-4CDC-9D34-B526B5D0612B")>]
type IDTSComponentPersist100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("95B6F0AF-AFF3-4173-A1C6-6434F1177AA1")>]
type IDTSComponentPersist100 = interface
Public Interface IDTSComponentPersist100
- Abgeleitet
- Attribute
Hinweise
Weitere Informationen finden Sie unter IDTSComponentPersist.
Methoden
| Name | Beschreibung |
|---|---|
| LoadFromXML(Object, IDTSInfoEvents100) |
Lädt Komponenteninformationen aus XML. |
| SaveToXML(Object, IDTSInfoEvents100) |
Speichert eine Komponente in XML. Aufgaben und Container implementieren diese Methode. |