ServerRole Object

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The ServerRole object exposes the attributes of a single Microsoft SQL Server security role not constrained to operation within a single database.

현재 개체를 보여 주는 SQL-DMO 개체 모델

Properties

FullName Property

Name Property

Methods

AddMember Method

EnumServerRoleMember Method

DropMember Method

EnumServerRolePermission Method

주의

SQL Server security roles establish rights to SQL Server resources for more than a single user and can be established within the constraint of a single database. Security roles can also grant permissions to an authenticated user for an instance of SQL Server. For example, the server role securityadmin has permissions that allow members to add, change, and remove SQL Server logins.

With the ServerRole object, you can:

  • Assign membership in a server role to a SQL Server login.
  • Remove a member login from a SQL Server security role.

SQL Server establishes server roles. New server roles cannot be defined by the user. For more information about valid ServerRole Name strings, see sp_addsrvrolemember(Transact-SQL).