Compartir a través de


Value Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property Value As Object
    Get
    Set
'Uso
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)

Valor de la propiedad

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