Share via


Propriété CmdExecRightsForSystemAdminsOnly

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
Booolean
If True property is active.
If False property is not active.

Implémente

IServerSecurityFacet. . :: . .CmdExecRightsForSystemAdminsOnly