Condividi tramite


Interfaccia IMutableDatabase

Represents a mutable SQL Server database. 

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IMutableDatabase _
    Inherits IDatabase, IMutableServerOwnedObject, IServerOwnedObject, IMutableDatabaseObject,  _
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Utilizzo
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

Nel tipo IMutableDatabase sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ApplicationRoles Gets a collection of all application roles that are defined in the database. Ereditato da IDatabase.
Proprietà pubblica ApplicationRoles Gets a collection of all application roles that are defined in the database.
Proprietà pubblica AsymmetricKeys Gets a collection of all asymmetric keys in the database. Ereditato da IDatabase.
Proprietà pubblica AsymmetricKeys Gets a collection of all asymmetric keys in the database.
Proprietà pubblica Certificates Gets a collection of all certificates in the database. Ereditato da IDatabase.
Proprietà pubblica Certificates Gets a collection of all certificates in the database.
Proprietà pubblica CollationInfo Gets the collation that is used by the database. Ereditato da IDatabase.
Proprietà pubblica CompatibilityLevel Gets the collation of the database. Ereditato da IDatabase.
Proprietà pubblica CompatibilityLevel Gets or sets the DatabaseCompatabilityLevel value that represents the database owner.
Proprietà pubblica DefaultSchemaName Gets the name of the database default schema. Ereditato da IDatabase.
Proprietà pubblica DefaultSchemaName Gets or sets the name of the database default schema.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
Proprietà pubblica IsSystemObject Gets or sets a value that indicates whether this is a system object. Ereditato da IMutableDatabaseObject.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Owner Gets the IUser object that represents the database owner. Ereditato da IDatabase.
Proprietà pubblica Owner Gets or sets the IUser object that represents the database owner.
Proprietà pubblica Parent Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject.
Proprietà pubblica Roles Gets a collection of all roles that are defined in the database. Ereditato da IDatabase.
Proprietà pubblica Roles Gets a collection of all roles that are defined in the database.
Proprietà pubblica Schemas Gets a collection of all schemas in the database. Ereditato da IDatabase.
Proprietà pubblica Schemas Gets a collection of all schemas in the database.
Proprietà pubblica Server Gets the IServer object that owns this object. Ereditato da IServerOwnedObject.
Proprietà pubblica Triggers Gets a collection of all triggers in the database. Ereditato da IDatabase.
Proprietà pubblica Triggers Gets a collection of all triggers in the database.
Proprietà pubblica Users Gets a collection of all users in the database. Ereditato da IDatabase.
Proprietà pubblica Users Gets a collection of all users in the database.

In alto