Compartir a través de


Enabled Propiedad

Gets a value that indicates whether the property is enabled. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

'Declaración
ReadOnly Property Enabled As Boolean
    Get
'Uso
Dim instance As ISfcProperty
Dim value As Boolean

value = instance.Enabled
bool Enabled { get; }
property bool Enabled {
    bool get ();
}
abstract Enabled : bool
function get Enabled () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the property is enabled; otherwise, false.