Udostępnij za pośrednictwem


Właściwość ISfcProperty.Value

Pobiera lub ustawia wartość właściwość.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Private Property Value As Object Implements ISfcProperty.Value
    Get
    Set
'Użycie
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Wartość właściwości

Typ: System. . :: . .Object
Object Wartość obiektu systemu, który określa wartości właściwość.

Implementacje

ISfcProperty. . :: . .Value