Condividi tramite


Proprietà Property.ISfcProperty.Value

Gets or sets the value of the property.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Private Property Value As Object Implements ISfcProperty.Value 
    Get 
    Set
'Utilizzo
Dim instance As [Property]
Dim value As Object 

value = CType(instance, ISfcProperty).Value 

CType(instance, ISfcProperty).Value = value
Object ISfcProperty.Value { get; set; }
private:
virtual property Object^ Value {
    Object^ get () sealed = ISfcProperty::Value::get;
    void set (Object^ value) sealed = ISfcProperty::Value::set;
}
private abstract Value : Object with get, set 
private override Value : Object with get, set
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: System.Object
An Object system object value that specifies the value of the property.

Implementa

ISfcProperty.Value

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

Property Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo