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 类型的属性值提供有限支持。 能够作为自定义属性值存储的唯一对象是简单类型数组,如字符串或整数。

适用于