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