Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the Boolean property value that specifies whether this property is on or off.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
BoooleanIf True property is active.If False property is not active.
Implementiert
IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly