Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.