IDTSCustomProperty100.State プロパティ

定義

DTSPersistState 値がどのようにパッケージ XML に格納されるかを制御する値を IDTSCustomProperty100 から取得します。値の設定も可能です。

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

プロパティ値

DTSPersistState 列挙体の値。

属性

注釈

既定値は PS_DEFAULT で、プロパティ値がパッケージ XML の XML 要素に直接格納されることを示します。 XML ドキュメントで有効でない値を含むプロパティは、CDATA セクションで XML 要素値をラップする PS_PERSISTASCDATA を指定して、パッケージが正しく保存されるようにする必要があります。

適用対象