Partilhar via


Interface IMutableDatabase

Represents a mutable SQL Server database. 

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface IMutableDatabase _
    Inherits IDatabase, IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject,  _
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableDatabase
public interface IMutableDatabase : IDatabase, 
    IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, 
    IMetadataObject
public interface class IMutableDatabase : IDatabase, 
    IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, 
    IMetadataObject
type IMutableDatabase =  
    interface
        interface IDatabase
        interface IMutableServerOwnedObject
        interface IServerOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableDatabase extends IDatabase, IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

O tipo IMutableDatabase expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ApplicationRoles Gets a collection of all application roles that are defined in the database. (Herdado de IDatabase.)
Propriedade pública ApplicationRoles Gets a collection of all application roles that are defined in the database.
Propriedade pública AsymmetricKeys Gets a collection of all asymmetric keys in the database. (Herdado de IDatabase.)
Propriedade pública AsymmetricKeys Gets a collection of all asymmetric keys in the database.
Propriedade pública Certificates Gets a collection of all certificates in the database. (Herdado de IDatabase.)
Propriedade pública Certificates Gets a collection of all certificates in the database.
Propriedade pública CollationInfo Gets the collation that is used by the database. (Herdado de IDatabase.)
Propriedade pública CompatibilityLevel Gets the collation of the database. (Herdado de IDatabase.)
Propriedade pública CompatibilityLevel Gets or sets the DatabaseCompatabilityLevel value that represents the database owner.
Propriedade pública DefaultSchemaName Gets the name of the database default schema. (Herdado de IDatabase.)
Propriedade pública DefaultSchemaName Gets or sets the name of the database default schema.
Propriedade pública IsSystemObject Gets a value that indicates whether this is a system object. (Herdado de IDatabaseObject.)
Propriedade pública IsSystemObject Gets or sets a value that indicates whether this is a system object. (Herdado de IMutableDatabaseObject.)
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública Owner Gets the IUser object that represents the database owner. (Herdado de IDatabase.)
Propriedade pública Owner Gets or sets the IUser object that represents the database owner.
Propriedade pública Parent Gets the IDatabaseObject object that is the parent of this object. (Herdado de IDatabaseObject.)
Propriedade pública Roles Gets a collection of all roles that are defined in the database. (Herdado de IDatabase.)
Propriedade pública Roles Gets a collection of all roles that are defined in the database.
Propriedade pública Schemas Gets a collection of all schemas in the database. (Herdado de IDatabase.)
Propriedade pública Schemas Gets a collection of all schemas in the database.
Propriedade pública Server Gets the IServer object that owns this object. (Herdado de IServerOwnedObject.)
Propriedade pública Triggers Gets a collection of all triggers in the database. (Herdado de IDatabase.)
Propriedade pública Triggers Gets a collection of all triggers in the database.
Propriedade pública Users Gets a collection of all users in the database. (Herdado de IDatabase.)
Propriedade pública Users Gets a collection of all users in the database.

Início