다음을 통해 공유


Value 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
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.