LanguageSettings Class

Definition

Represents the language setting in the configuration.

public ref class LanguageSettings : Microsoft::SqlServer::Configuration::Settings
public class LanguageSettings : Microsoft.SqlServer.Configuration.Settings
type LanguageSettings = class
    inherit Settings
Public Class LanguageSettings
Inherits Settings
Inheritance
LanguageSettings

Constructors

LanguageSettings()

Initializes a new instance of the LanguageSettings class.

Properties

Enu

Gets or sets a value that specifies whether to use English Language for the configuration.

Methods

Calculate()

Calculates all the configuration settings.

(Inherited from Settings)
CreateProperty<T>(String)

Creates a property for the configuration settings.

(Inherited from Settings)
Equals(Settings)

Determines whether two object instances are equal.

(Inherited from Settings)
GetHashCode()

Serves as the default hash function.

(Inherited from Settings)
ValidateSettings()

Gets the settings for the validation.

(Inherited from Settings)

Applies to