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 对象模型

注释

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).