IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly Property
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
Property Value
Type: System.Boolean
The CmdExecRightsForSystemAdminsOnly property value.