Partager via


Interface IMutableDatabase

Represents a mutable SQL Server database. 

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IMutableDatabase _
    Inherits IDatabase, IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject,  _
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Utilisation
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

Le type IMutableDatabase expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ApplicationRoles Gets a collection of all application roles that are defined in the database. (hérité de IDatabase.)
Propriété publique ApplicationRoles Gets a collection of all application roles that are defined in the database.
Propriété publique AsymmetricKeys Gets a collection of all asymmetric keys in the database. (hérité de IDatabase.)
Propriété publique AsymmetricKeys Gets a collection of all asymmetric keys in the database.
Propriété publique Certificates Gets a collection of all certificates in the database. (hérité de IDatabase.)
Propriété publique Certificates Gets a collection of all certificates in the database.
Propriété publique CollationInfo Gets the collation that is used by the database. (hérité de IDatabase.)
Propriété publique CompatibilityLevel Gets the collation of the database. (hérité de IDatabase.)
Propriété publique CompatibilityLevel Gets or sets the DatabaseCompatabilityLevel value that represents the database owner.
Propriété publique DefaultSchemaName Gets the name of the database default schema. (hérité de IDatabase.)
Propriété publique DefaultSchemaName Gets or sets the name of the database default schema.
Propriété publique IsSystemObject Gets a value that indicates whether this is a system object. (hérité de IDatabaseObject.)
Propriété publique IsSystemObject Gets or sets a value that indicates whether this is a system object. (hérité de IMutableDatabaseObject.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique Owner Gets the IUser object that represents the database owner. (hérité de IDatabase.)
Propriété publique Owner Gets or sets the IUser object that represents the database owner.
Propriété publique Parent Gets the IDatabaseObject object that is the parent of this object. (hérité de IDatabaseObject.)
Propriété publique Roles Gets a collection of all roles that are defined in the database. (hérité de IDatabase.)
Propriété publique Roles Gets a collection of all roles that are defined in the database.
Propriété publique Schemas Gets a collection of all schemas in the database. (hérité de IDatabase.)
Propriété publique Schemas Gets a collection of all schemas in the database.
Propriété publique Server Gets the IServer object that owns this object. (hérité de IServerOwnedObject.)
Propriété publique Triggers Gets a collection of all triggers in the database. (hérité de IDatabase.)
Propriété publique Triggers Gets a collection of all triggers in the database.
Propriété publique Users Gets a collection of all users in the database. (hérité de IDatabase.)
Propriété publique Users Gets a collection of all users in the database.

Haut de la page