IMutableDatabaseRole 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 IMutableDatabaseRole : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseRole, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableDatabasePrincipal
type IMutableDatabaseRole = interface
interface IDatabaseRole
interface IDatabasePrincipal
interface IDatabaseOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IMutableDatabasePrincipal
interface IMutableDatabaseOwnedObject
interface IMutableDatabaseObject
interface IMutableMetadataObject
Public Interface IMutableDatabaseRole
Implements IDatabaseRole, IMutableDatabasePrincipal
- Implements
Properties
| Database | (Inherited from IDatabaseOwnedObject) |
| IsFixedRole | |
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| MemberOfRoles | (Inherited from IMutableDatabasePrincipal) |
| Name | (Inherited from IMetadataObject) |
| Owner | |
| Parent | (Inherited from IDatabaseObject) |
| Permissions | (Inherited from IMutableDatabasePrincipal) |
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) |