IDTSComponentPersist100 Interfaz

Definición

Permite guardar y cargar propiedades y ajustes de componentes y tareas desde el XML del paquete.

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
Derivado
Atributos

Comentarios

Para obtener más información, consulte IDTSComponentPersist.

Métodos

Nombre Description
LoadFromXML(Object, IDTSInfoEvents100)

Carga la información de componentes desde XML.

SaveToXML(Object, IDTSInfoEvents100)

Guarda un componente en XML. Las tareas y contenedores implementan este método.

Se aplica a