共用方式為


ListMembers Method (Login, User)

未來的 Microsoft SQL Server 版本將移除這項功能。請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。

The ListMembers method returns a NameList object that enumerates the Microsoft SQL Server database roles in which a database user has membership, or the server roles in which a login has membership.

語法

object
.ListMembers( )
as
NameList

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT ListMembers(
LPSQLDMONAMELIST* ppList);

Returns

A NameList object that enumerates system and user-defined security roles.