DatabaseScopedConfigurationOnOff Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Off | 0 | Off. |
On | 1 | On. |
Primary | 2 | Follow the same value as the primary (only applicable to secondaries). |