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.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Class DacServerInformation
'Utilisation
Dim instance As DacServerInformation
public class DacServerInformation
public ref class DacServerInformation
type DacServerInformation =  class end
public class DacServerInformation

Le type DacServerInformation expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DacServerInformation Initializes a new instance of the DacServerInformation class connected to a specified instance of the Database Engine.

Haut de la page

Propriétés

  Nom Description
Propriété publique IsDetachDatabaseSupported Specifies whether the instance of the Database Engine supports the detach database option when deleting a DAC.
Propriété publique IsFileDirectorySupported Specifies whether the instance of the Database Engine supports specifying database file folders when deploying a DAC.
Propriété publique IsUpgradeDacSupported Specifies whether the instance of the Database Engine supports the upgrade DAC operation.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.