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.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacServerInformation
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
Public Class DacServerInformation
'Uso
Dim instance As DacServerInformation
public class DacServerInformation
public ref class DacServerInformation
type DacServerInformation = class end
public class DacServerInformation
O tipo DacServerInformation expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DacServerInformation | Initializes a new instance of the DacServerInformation class connected to a specified instance of the Database Engine. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.