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 all database permissions in the database.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Overload List
| Name | Description |
|---|---|
| Database.EnumDatabasePermissions () |
Enumerates a list of all permissions in the database.
|
| Database.EnumDatabasePermissions (DatabasePermissionSet) |
Enumerates a list of permissions in the database for the specified permission set.
|
| Database.EnumDatabasePermissions (String) |
Enumerates a list of permissions in the database for the specified user.
|
| Database.EnumDatabasePermissions (String, DatabasePermissionSet) |
Enumerates a list of permissions in the database for the specified user and a specified permission set.
|
See Also
Reference
Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
How to: Grant Server Permissions in Visual Basic .NET
How to: Create, Alter, and Remove a Database in Visual Basic .NET
Creating, Altering, and Removing Foreign Keys
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)