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

属性

注釈

カスタムプロパティには、あらゆる種類のオブジェクトの値を格納できるバリアントやオブジェクトが含まれています。 カスタムプロパティの値を取得する際には、そのオブジェクトは期待される型にキャストされます。

Note

IDTSCustomProperty100インターフェースは、Object型のプロパティ値のサポートが限定的です。 カスタムプロパティの値として保存できる唯一のオブジェクトは、文字列や整数のような単純な型の配列です。

適用対象