다음을 통해 공유


CmdExecRightsForSystemAdminsOnly 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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
Booolean
If True property is active.
If False property is not active.

구현

IServerSecurityFacet. . :: . .CmdExecRightsForSystemAdminsOnly