Freigeben über


IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly-Eigenschaft

Gets the CmdExecRightsForSystemAdminsOnly property value.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")> _
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")> _
ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean 
    Get
'Usage
Dim instance As IServerSecurityFacet 
Dim value As Boolean 

value = instance.CmdExecRightsForSystemAdminsOnly
[DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")]
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")]
bool CmdExecRightsForSystemAdminsOnly { get; }
[DisplayNameKeyAttribute(L"IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")]
[DisplayDescriptionKeyAttribute(L"IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")]
property bool CmdExecRightsForSystemAdminsOnly {
    bool get ();
}
[<DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")>]
[<DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")>]
abstract CmdExecRightsForSystemAdminsOnly : bool
function get CmdExecRightsForSystemAdminsOnly () : boolean

Eigenschaftswert

Typ: System.Boolean
The CmdExecRightsForSystemAdminsOnly property value.

Siehe auch

Verweis

IServerSecurityFacet Schnittstelle

Microsoft.SqlServer.Management.Smo-Namespace