IMutableDatabase 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 IMutableDatabase : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabase, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableServerOwnedObject
type IMutableDatabase = interface
interface IDatabase
interface IServerOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IMutableServerOwnedObject
interface IMutableDatabaseObject
interface IMutableMetadataObject
Public Interface IMutableDatabase
Implements IDatabase, IMutableServerOwnedObject
- Implements
Properties
| ApplicationRoles | |
| AsymmetricKeys | |
| Certificates | |
| CollationInfo | (Inherited from IDatabase) |
| CompatibilityLevel | |
| DefaultSchemaName | |
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| Name | (Inherited from IMetadataObject) |
| Owner | |
| Parent | (Inherited from IDatabaseObject) |
| Roles | |
| Schemas | |
| Server | (Inherited from IServerOwnedObject) |
| Triggers | |
| Users | |
Methods
| Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
| Accept<T>(IServerOwnedObjectVisitor<T>) | (Inherited from IServerOwnedObject) |
Extension Methods
| TypeInfo(IMetadataObject) |