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 | |
---|---|---|
ApplicationRoles | Gets a collection of all application roles that are defined in the database. (Herdado de IDatabase.) | |
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. (Herdado de IDatabase.) | |
AsymmetricKeys | Gets a collection of all asymmetric keys in the database. | |
Certificates | Gets a collection of all certificates in the database. (Herdado de IDatabase.) | |
Certificates | Gets a collection of all certificates in the database. | |
CollationInfo | Gets the collation that is used by the database. (Herdado de IDatabase.) | |
CompatibilityLevel | Gets the collation of the database. (Herdado de IDatabase.) | |
CompatibilityLevel | Gets or sets the DatabaseCompatabilityLevel value that represents the database owner. | |
DefaultSchemaName | Gets the name of the database default schema. (Herdado de IDatabase.) | |
DefaultSchemaName | Gets or sets the name of the database default schema. | |
IsSystemObject | Gets a value that indicates whether this is a system object. (Herdado de IDatabaseObject.) | |
IsSystemObject | Gets or sets a value that indicates whether this is a system object. (Herdado de IMutableDatabaseObject.) | |
Name | Gets the name of the metadata object. (Herdado de IMetadataObject.) | |
Owner | Gets the IUser object that represents the database owner. (Herdado de IDatabase.) | |
Owner | Gets or sets the IUser object that represents the database owner. | |
Parent | Gets the IDatabaseObject object that is the parent of this object. (Herdado de IDatabaseObject.) | |
Roles | Gets a collection of all roles that are defined in the database. (Herdado de IDatabase.) | |
Roles | Gets a collection of all roles that are defined in the database. | |
Schemas | Gets a collection of all schemas in the database. (Herdado de IDatabase.) | |
Schemas | Gets a collection of all schemas in the database. | |
Server | Gets the IServer object that owns this object. (Herdado de IServerOwnedObject.) | |
Triggers | Gets a collection of all triggers in the database. (Herdado de IDatabase.) | |
Triggers | Gets a collection of all triggers in the database. | |
Users | Gets a collection of all users in the database. (Herdado de IDatabase.) | |
Users | Gets a collection of all users in the database. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IDatabaseObject.) | |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.) | |
Accept< (Of < <' (T> ) > > )(IServerOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IServerOwnedObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IServerOwnedObject.) |
Início