DacDatabaseInformation クラス

The DacDatabaseInformation object stores information about data-tier application (DAC) actions that can be performed on a database.

継承階層

  Microsoft.SqlServer.Management.Dac.DacDatabaseInformation

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Class DacDatabaseInformation
'使用

Dim instance As DacDatabaseInformation
public class DacDatabaseInformation
public ref class DacDatabaseInformation
type DacDatabaseInformation =  class end
public class DacDatabaseInformation

DacDatabaseInformation 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド DacDatabaseInformation Initializes a new instance of the DacDatabaseInformation class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DatabaseState Gets the state of the database.
パブリック プロパティ Detachable Reports whether the database can be detached.
パブリック プロパティ Droppable Gets a System.Boolean value that specifies whether the database can be dropped.
パブリック プロパティ Extractable Gets a System.Boolean value that specifies whether a DAC package can be extracted from the database.
パブリック プロパティ Upgradeable Gets a System.Boolean value that specifies whether the DAC instance associated with the database can be upgraded.

先頭に戻る

メソッド

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

先頭に戻る

説明

By using the DacDatabaseInformation object, you can determine whether the database can be detached, dropped, extracted, or upgraded.

Thread Safety

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

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

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間