ApplicationRole.Create Method
Creates an application role on the instance of Microsoft SQL Server as defined by the ApplicationRole object.
CREATE ROLE (Transact-SQL)Application Roles
Overload List
| Name | Description |
|---|---|
| ApplicationRole.Create (SecureString) |
Creates an application role on the instance of SQL Server as defined by the ApplicationRole object and with the specified password.
|
| ApplicationRole.Create (String) |
Creates an application role on the instance of SQL Server as defined by the ApplicationRole object and with the specified password.
|