Compartir a través de


ServerRole.EnumMemberNames Método

Gets a StringCollection which contains the names of all the logins which belong to this role.

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

Sintaxis

'Declaración
Public Function EnumMemberNames As StringCollection
'Uso
Dim instance As ServerRole 
Dim returnValue As StringCollection 

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

Valor devuelto

Tipo: System.Collections.Specialized.StringCollection
A StringCollection which contains the names of all the logins which belong to this ServerRole.

Vea también

Referencia

ServerRole Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo