Condividi tramite


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
Metodo pubblico DacDatabaseInformation Initializes a new instance of the DacDatabaseInformation class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DatabaseState Gets the state of the database.
Proprietà pubblica Detachable Reports whether the database can be detached.
Proprietà pubblica Droppable Gets a Boolean value that specifies whether the database can be dropped.
Proprietà pubblica Extractable Gets a Boolean value that specifies whether a DAC package can be extracted from the database.
Proprietà pubblica Upgradeable Gets a Boolean value that specifies whether the DAC instance associated with the database can be upgraded.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.