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 네임스페이스