言語

DatabaseScopedConfigurationOnOff 列挙型

定義

データベース スコープ構成のオンとオフの状態。

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DatabaseScopedConfigurationOnOffConverter))]
public enum DatabaseScopedConfigurationOnOff
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DatabaseScopedConfigurationOnOffConverter))>]
type DatabaseScopedConfigurationOnOff = 
Public Enum DatabaseScopedConfigurationOnOff
継承
DatabaseScopedConfigurationOnOff
属性

フィールド

名前 説明
Off 0

オフ。

On 1

オン。

Primary 2

プライマリと同じ値に従います (セカンダリにのみ適用されます)。

適用対象