IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly Property

 

Applies To: SQL Server 2016 Preview

Gets the CmdExecRightsForSystemAdminsOnly property value.

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

Syntax

[DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")]
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")]
bool CmdExecRightsForSystemAdminsOnly { get; }
[DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")]
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")]
property bool CmdExecRightsForSystemAdminsOnly {
    bool get();
}
[<DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")>]
[<DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")>]
abstract CmdExecRightsForSystemAdminsOnly : bool with get
<DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")>
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")>
ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean

Property Value

Type: System.Boolean

The CmdExecRightsForSystemAdminsOnly property value.

See Also

IServerSecurityFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top