Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates a list of logins associated with the credential.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumLogins As StringCollection
'Usage
Dim instance As Credential
Dim returnValue As StringCollection
returnValue = instance.EnumLogins()
public StringCollection EnumLogins()
public:
StringCollection^ EnumLogins()
member EnumLogins : unit -> StringCollection
public function EnumLogins() : StringCollection
Return Value
Type: System.Collections.Specialized.StringCollection
A StringCollection object value that contains a list of logins associated with the credential.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace