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.