DatabaseScopedConfigurationOnOff Enum

Definition

Database Scoped Configuration on and off states.

[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
Inheritance
DatabaseScopedConfigurationOnOff
Attributes

Fields

Off 0

Off.

On 1

On.

Primary 2

Follow the same value as the primary (only applicable to secondaries).

Applies to