ServerSecurityAdapter.CmdExecRightsForSystemAdminsOnly 属性

Gets the Boolean property value that specifies whether this property is on or off.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property CmdExecRightsForSystemAdminsOnly As Boolean 
    Get
用法
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

属性值

类型:System.Boolean
BoooleanIf True property is active.If False property is not active.

实现

IServerSecurityFacet.CmdExecRightsForSystemAdminsOnly

请参阅

参考

ServerSecurityAdapter 类

Microsoft.SqlServer.Management.Smo 命名空间