Classe DacDatabaseInformation
The DacDatabaseInformation object stores information about data-tier application (DAC) actions that can be performed on a database.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacDatabaseInformation
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public Class DacDatabaseInformation
'Utilizzo
Dim instance As DacDatabaseInformation
public class DacDatabaseInformation
public ref class DacDatabaseInformation
type DacDatabaseInformation = class end
public class DacDatabaseInformation
Nel tipo DacDatabaseInformation sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
DacDatabaseInformation | Initializes a new instance of the DacDatabaseInformation class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
DatabaseState | Gets the state of the database. |
![]() |
Detachable | Reports whether the database can be detached. |
![]() |
Droppable | Gets a Boolean value that specifies whether the database can be dropped. |
![]() |
Extractable | Gets a Boolean value that specifies whether a DAC package can be extracted from the database. |
![]() |
Upgradeable | Gets a Boolean value that specifies whether the DAC instance associated with the database can be upgraded. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
By using the DacDatabaseInformation object, you can determine whether the database can be detached, dropped, extracted, or upgraded.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.