IDTSCustomProperty100.Value プロパティ

定義

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 オブジェクトの値。

属性

注釈

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

注意

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

適用対象