IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly Property
Gets the CmdExecRightsForSystemAdminsOnly property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")> _
<DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")> _
ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean
Get
'Kullanım
Dim instance As IServerSecurityFacet
Dim value As Boolean
value = instance.CmdExecRightsForSystemAdminsOnly
[DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")]
[DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")]
bool CmdExecRightsForSystemAdminsOnly { get; }
[DisplayDescriptionKeyAttribute(L"IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")]
[DisplayNameKeyAttribute(L"IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")]
property bool CmdExecRightsForSystemAdminsOnly {
bool get ();
}
[<DisplayDescriptionKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyDesc")>]
[<DisplayNameKeyAttribute("IServerSecurityFacet_CmdExecRightsForSystemAdminsOnlyName")>]
abstract CmdExecRightsForSystemAdminsOnly : bool
function get CmdExecRightsForSystemAdminsOnly () : boolean
Property Value
Type: System.Boolean
The CmdExecRightsForSystemAdminsOnly property value.