Udostępnij za pośrednictwem


Właściwość ISfcProperty.Enabled

Pobiera Boolean wartości właściwości, który określa, czy właściwość jest włączona obiekt, która reprezentuje wystąpienie programu SQL Server.

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

Syntax

'Deklaracja
Private ReadOnly Property Enabled As Boolean
    Implements ISfcProperty.Enabled
    Get
'Użycie
Dim instance As [Property]
Dim value As Boolean

value = CType(instance, ISfcProperty).Enabled
bool ISfcProperty.Enabled { get; }
private:
virtual property bool Enabled {
    bool get () sealed = ISfcProperty::Enabled::get;
}
private abstract Enabled : bool
private override Enabled : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Wartość właściwości

Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy właściwość jest włączona.
Jeśli True, właściwość jest włączona.
Jeśli False (domyślnie), właściwość nie jest włączona.

Implementacje

ISfcProperty. . :: . .Enabled