Compartir a través de


Property.Value Propiedad

Gets or sets the value of the property.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Property Value As Object 
    Get 
    Set
'Uso
Dim instance As [Property]
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 system object value that specifies the value of the property.

Ejemplos

Establecer propiedades

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo