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 login account mappings to databases and database users.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumDatabaseMappings As DatabaseMapping()
'Usage
Dim instance As Login
Dim returnValue As DatabaseMapping()
returnValue = instance.EnumDatabaseMappings()
public DatabaseMapping[] EnumDatabaseMappings()
public:
array<DatabaseMapping^>^ EnumDatabaseMappings()
member EnumDatabaseMappings : unit -> DatabaseMapping[]
public function EnumDatabaseMappings() : DatabaseMapping[]
Return Value
Type: array<Microsoft.SqlServer.Management.Smo.DatabaseMapping[]
A DatabaseMapping object array value that lists the login account mappings to databases and database users.
Examples
Managing Users, Roles, and Logins
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace