Класс 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.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacServerInformation
Пространство имен: Microsoft.SqlServer.Management.Dac
Сборка: Microsoft.SqlServer.Management.Dac (в Microsoft.SqlServer.Management.Dac.dll)
Синтаксис
'Декларация
Public Class DacServerInformation
'Применение
Dim instance As DacServerInformation
public class DacServerInformation
public ref class DacServerInformation
type DacServerInformation = class end
public class DacServerInformation
Тип DacServerInformation обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
DacServerInformation | Initializes a new instance of the DacServerInformation class connected to a specified instance of the Database Engine. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.