Partilhar via


Método Login.EnumCredentials

Returns a string collection of credentials associated with a login.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function EnumCredentials As StringCollection
'Uso
Dim instance As Login 
Dim returnValue As StringCollection 

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

Valor de retorno

Tipo: System.Collections.Specialized.StringCollection
A string collection of credentials associated with a login.

Consulte também

Referência

Login Classe

Namespace Microsoft.SqlServer.Management.Smo