共用方式為


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 命名空間