IRoleFactory.CreateApplicationRole(IDatabase, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableApplicationRole CreateApplicationRole (Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabase database, string name);
abstract member CreateApplicationRole : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabase * string -> Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableApplicationRole
Public Function CreateApplicationRole (database As IDatabase, name As String) As IMutableApplicationRole
Parameters
- database
- IDatabase
- name
- String