IDTSCustomProperty100.Value プロパティ

定義

IDTSCustomProperty100 オブジェクトのオブジェクト値を取得します。値の設定も可能です。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public object Value { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.Value : obj with get, set
Public Property Value As Object

プロパティ値

IDTSCustomProperty100 オブジェクトの値です。

属性

注釈

カスタム プロパティには、すべての種類のオブジェクトのオブジェクト値を格納できる変数またはオブジェクトが含まれます。 カスタム プロパティの値を取得すると、オブジェクトは必要な型にキャストされます。

Note

IDTSCustomProperty100 インターフェイスは、Object 型のプロパティ値を制限付きでサポートしています。 カスタム プロパティの値として格納できるオブジェクトは、文字列や整数などの単純型の配列のみです。

適用対象