Compartir a través de


ServerSecurityAdapter.CmdExecRightsForSystemAdminsOnly Propiedad

Gets the Boolean property value that specifies whether this property is on or off.

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

Sintaxis

'Declaración
Public ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean 
    Get
'Uso
Dim instance As ServerSecurityAdapter 
Dim value As Boolean 

value = instance.CmdExecRightsForSystemAdminsOnly
public bool CmdExecRightsForSystemAdminsOnly { get; }
public:
virtual property bool CmdExecRightsForSystemAdminsOnly {
    bool get () sealed;
}
abstract CmdExecRightsForSystemAdminsOnly : bool 
override CmdExecRightsForSystemAdminsOnly : bool
final function get CmdExecRightsForSystemAdminsOnly () : boolean

Valor de la propiedad

Tipo: System.Boolean
BoooleanIf True property is active.If False property is not active.

Implementa

IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly

Vea también

Referencia

ServerSecurityAdapter Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo