Compartir a través de


IServerConfigurationFacet.ExtensibleKeyManagementEnabled Propiedad

Gets a Boolean value that specifies if the ExtensibleKeyManagementEnabled property is set.

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

Sintaxis

'Declaración
Property ExtensibleKeyManagementEnabled As Boolean 
    Get 
    Set
'Uso
Dim instance As IServerConfigurationFacet 
Dim value As Boolean 

value = instance.ExtensibleKeyManagementEnabled

instance.ExtensibleKeyManagementEnabled = value
bool ExtensibleKeyManagementEnabled { get; set; }
property bool ExtensibleKeyManagementEnabled {
    bool get ();
    void set (bool value);
}
abstract ExtensibleKeyManagementEnabled : bool with get, set
function get ExtensibleKeyManagementEnabled () : boolean 
function set ExtensibleKeyManagementEnabled (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if the property is set. False if the property is not set.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo