IRoleFactory Interface
Provides methods that can be used to create database role and application role objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateApplicationRole(IDatabase^, String^) | Creates an application role object that belongs to the specified database object and has the specified name. |
![]() | CreateDatabaseRole(IDatabase^, String^) | Creates a database role object that belongs to the specified database object and has the specified name. |
Show:
