Classe DacDatabaseInformation
The DacDatabaseInformation object stores information about data-tier application (DAC) actions that can be performed on a database.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacDatabaseInformation
Espace de noms : Microsoft.SqlServer.Management.Dac
Assembly : Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Syntaxe
'Déclaration
Public Class DacDatabaseInformation
'Utilisation
Dim instance As DacDatabaseInformation
public class DacDatabaseInformation
public ref class DacDatabaseInformation
type DacDatabaseInformation = class end
public class DacDatabaseInformation
Le type DacDatabaseInformation expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DacDatabaseInformation | Initializes a new instance of the DacDatabaseInformation class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
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
Notes
By using the DacDatabaseInformation object, you can determine whether the database can be detached, dropped, extracted, or upgraded.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
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.