DacServerInformation クラス

Specifies the level of support for data-tier application (DAC) operations, such as upgrade, in an instance of the Database Engine.

継承階層

  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.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間