次の方法で共有


DatabaseState 列挙体

Enumerates the possible states of the DAC database.

この列挙体には、メンバー値のビットごとの組み合わせを可能にする 属性が含まれています。

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

構文

'宣言

<> _
Public Enumeration DatabaseState
'使用

Dim instance As DatabaseState
[]
public enum DatabaseState
[]
public enum class DatabaseState
[<>]
type DatabaseState
public enum DatabaseState

メンバー

メンバー名 説明
Normal Database is available for any operation
Offline Offline state. The database can only be detached
SnapshotBase Base of snapshot. The database can only be extracted
Replication Involved in replication. The database can only be extracted
Unavailable None of the operations are possible. The database may be renamed, deleted, or unavailable.
DeprecatedCompatLevel The database compatibility level is deprecated.
IsSnapshot Database is a snapshot of another database.
Readonly The database is read only.

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間