Compartir a través de


Interfaz IDTSComponentPersist

Allows properties and settings for components and tasks to be saved and loaded from the package XML.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Interface IDTSComponentPersist
'Uso
Dim instance As IDTSComponentPersist
public interface IDTSComponentPersist
public interface class IDTSComponentPersist
type IDTSComponentPersist =  interface end
public interface IDTSComponentPersist

El tipo IDTSComponentPersist expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público LoadFromXML Loads component information from XML.
Método público SaveToXML Saves a component to XML. Tasks and containers implement this method.

Arriba

Comentarios

Integration Services packages are saved as XML documents and contain information that describes their objects, properties, and settings. When the run-time engine saves a package, the tasks contained by the package are automatically saved, but with only a limited amount of information. This information includes task creation properties and properties of the TaskHost object that wrap the task.

When writing a custom task, you must implement the IDTSComponentPersist interface to allow your custom task to save custom properties and settings in the package XML.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime