IApplicationRole Interface
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 interface IApplicationRole : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabasePrincipal
type IApplicationRole = interface
interface IDatabasePrincipal
interface IDatabaseOwnedObject
interface IDatabaseObject
interface IMetadataObject
Public Interface IApplicationRole
Implements IDatabasePrincipal
- Derived
- Implements
Properties
| Database | (Inherited from IDatabaseOwnedObject) |
| DefaultSchema | |
| IsSystemObject | (Inherited from IDatabaseObject) |
| MemberOfRoles | (Inherited from IDatabasePrincipal) |
| Name | (Inherited from IMetadataObject) |
| Parent | (Inherited from IDatabaseObject) |
| Permissions | (Inherited from IDatabasePrincipal) |
Methods
| Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
| Accept<T>(IDatabaseOwnedObjectVisitor<T>) | (Inherited from IDatabaseOwnedObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
| TypeInfo(IMetadataObject) |