共用方式為


ExtendedProperty.Value 屬性

Gets or sets the value for the information stored in this instance.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property Value As Object 
    Get 
    Set
'用途
Dim instance As ExtendedProperty 
Dim value As Object 

value = instance.Value

instance.Value = value
public Object Value { get; set; }
public:
property Object^ Value {
    Object^ get ();
    void set (Object^ value);
}
member Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

屬性值

型別:System.Object
An object that contains the data stored for the package that is related to this instance of the class.

請參閱

參考

ExtendedProperty 類別

Microsoft.SqlServer.Dts.Runtime 命名空間