Condividi tramite


Classe DacServerInformation

The DacServerInformation class specifies the level of support for data-tier application (DAC) operations, such as upgrade, in an instance of the Database Engine.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..DacServerInformation

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

Sintassi

'Dichiarazione
Public Class DacServerInformation
'Utilizzo
Dim instance As DacServerInformation
public class DacServerInformation
public ref class DacServerInformation
type DacServerInformation =  class end
public class DacServerInformation

Nel tipo DacServerInformation sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DacServerInformation Initializes a new instance of the DacServerInformation class connected to a specified instance of the Database Engine.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica IsDetachDatabaseSupported Specifies whether the instance of the Database Engine supports the detach database option when deleting a DAC.
Proprietà pubblica IsFileDirectorySupported Specifies whether the instance of the Database Engine supports specifying database file folders when deploying a DAC.
Proprietà pubblica IsUpgradeDacSupported Specifies whether the instance of the Database Engine supports the upgrade DAC operation.

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

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.