EnumMembers 메서드
Enumerates a list of members of server roles and database roles on the instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Function EnumMembers ( _
roleType As RoleTypes _
) As StringCollection
‘사용 방법
Dim instance As Server
Dim roleType As RoleTypes
Dim returnValue As StringCollection
returnValue = instance.EnumMembers(roleType)
public StringCollection EnumMembers(
RoleTypes roleType
)
public:
StringCollection^ EnumMembers(
RoleTypes roleType
)
member EnumMembers :
roleType:RoleTypes -> StringCollection
public function EnumMembers(
roleType : RoleTypes
) : StringCollection
매개 변수
- roleType
형식: Microsoft.SqlServer.Management.Smo. . :: . .RoleTypes
A RoleTypes object value that specifies the type of role of which to limit the results.
반환 값
형식: System.Collections.Specialized. . :: . .StringCollection
A StringCollection object value that contains a list of members and the roles to which they belong.
주의
Use this method to obtain a list of the members of server roles, database roles, or both.