Compartir a través de


ListMembers Método

Returns a list of the roles of which the login account is a member.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function ListMembers As StringCollection
'Uso
Dim instance As Login
Dim returnValue As StringCollection

returnValue = instance.ListMembers()
public StringCollection ListMembers()
public:
StringCollection^ ListMembers()
member ListMembers : unit -> StringCollection 
public function ListMembers() : StringCollection

Valor devuelto

Tipo: System.Collections.Specialized. . :: . .StringCollection
A StringCollection object value that contains a list of role names of which the login account is a member.