Condividi tramite


Proprietà ServerSecurityAdapter.CmdExecRightsForSystemAdminsOnly

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly

Vedere anche

Riferimento

ServerSecurityAdapter Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo