Condividi tramite


IDTSCustomProperty100.State Proprietà

Definizione

Ottiene o imposta un valore da un oggetto DTSPersistState che controlla la modalità di archiviazione del valore IDTSCustomProperty100 nel pacchetto XML.

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

Valore della proprietà

Valore ricavato dall'enumerazione DTSPersistState.

Attributi

Commenti

Il valore predefinito è PS_DEFAULT e indica che il valore della proprietà viene archiviato direttamente nell'elemento XML del pacchetto XML. Le proprietà che contengono valori non validi in un documento XML devono specificare PS_PERSISTASCDATA, che esegue il wrapping del valore dell'elemento XML in una sezione CDATA, assicurando che il pacchetto venga salvato correttamente.

Si applica a