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 | |
---|---|---|
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 | |
---|---|---|
IsDetachDatabaseSupported | Specifies whether the instance of the Database Engine supports the detach database option when deleting a DAC. | |
IsFileDirectorySupported | Specifies whether the instance of the Database Engine supports specifying database file folders when deploying a DAC. | |
IsUpgradeDacSupported | Specifies whether the instance of the Database Engine supports the upgrade DAC operation. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.