IMutableDatabase Interface
Represents a mutable SQL Server database.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationRoles | Gets a collection of all application roles that are defined in the database. |
![]() | AsymmetricKeys | Gets a collection of all asymmetric keys in the database. |
![]() | Certificates | Gets a collection of all certificates in the database. |
![]() | CollationInfo | Gets the collation that is used by the database.(Inherited from IDatabase.) |
![]() | CompatibilityLevel | Gets or sets the T:Microsoft.SqlServer.Management.SqlParser.Metadata.DatabaseCompatabilityLevel value that represents the database owner. |
![]() | DefaultSchemaName | Gets or sets the name of the database default schema. |
![]() | IsSystemObject | Gets or sets a value that indicates whether this is a system object.(Inherited from IMutableDatabaseObject.) |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | Owner | Gets or sets the IUser object that represents the database owner. |
![]() | Parent | Gets the IDatabaseObject object that is the parent of this object.(Inherited from IDatabaseObject.) |
![]() | Roles | Gets a collection of all roles that are defined in the database. |
![]() | Schemas | Gets a collection of all schemas in the database. |
![]() | Server | Gets the IServer object that owns this object.(Inherited from IServerOwnedObject.) |
![]() | Triggers | Gets a collection of all triggers in the database. |
![]() | Users | Gets a collection of all users in the database. |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IDatabaseObjectVisitor<T>^) | Accepts a visit from the specified IDatabaseObjectVisitor<T> object.(Inherited from IDatabaseObject.) |
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
![]() | Accept<T>(IServerOwnedObjectVisitor<T>^) | Accepts a visit from the specified IServerOwnedObjectVisitor<T> object.(Inherited from IServerOwnedObject.) |

