Lenguaje

IDTSCustomProperty100.State Propiedad

Definición

Obtiene o establece un valor de a DTSPersistState que controla cómo se almacena el IDTSCustomProperty100 valor en el XML del paquete.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistState State { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistState get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSPersistState value); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistState State { [System.Runtime.InteropServices.DispId(102)] get; [System.Runtime.InteropServices.DispId(102)] set; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
[<set: System.Runtime.InteropServices.DispId(102)>]
member this.State : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSPersistState with get, set
Public Property State As DTSPersistState

Valor de propiedad

Valor de la DTSPersistState enumeración.

Atributos

Comentarios

El valor por defecto es PS_DEFAULT e indica que el valor de propiedad se almacena directamente en el elemento XML del paquete XML. Las propiedades que contienen valores que no son válidos en un documento XML deben especificar PS_PERSISTASCDATA, que envuelve el valor del elemento XML en una sección CDATA, asegurando que el paquete se mantenga correctamente.

Se aplica a