Interfaccia IDatabase
Represents a 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 IDatabase _
Inherits IServerOwnedObject, IDatabaseObject, IMetadataObject
'Utilizzo
Dim instance As IDatabase
public interface IDatabase : IServerOwnedObject,
IDatabaseObject, IMetadataObject
public interface class IDatabase : IServerOwnedObject,
IDatabaseObject, IMetadataObject
type IDatabase =
interface
interface IServerOwnedObject
interface IDatabaseObject
interface IMetadataObject
end
public interface IDatabase extends IServerOwnedObject, IDatabaseObject, IMetadataObject
Nel tipo IDatabase sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
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. |
![]() |
CompatibilityLevel | Gets the collation of the database. |
![]() |
DefaultSchemaName | Gets the name of the database default schema. |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
Owner | Gets the IUser object that represents the database owner. |
![]() |
Parent | Gets the IDatabaseObject object that is the parent of this object. Ereditato da 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. Ereditato da IServerOwnedObject. |
![]() |
Triggers | Gets a collection of all triggers in the database. |
![]() |
Users | Gets a collection of all users in the database. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IDatabaseObject. |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
![]() |
Accept< (Of < <' (T> ) > > )(IServerOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IServerOwnedObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IServerOwnedObject. |
In alto
.gif)
.gif)