MiningModel.Language Property

Definition

Gets or sets the language to use by default.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModel_Language")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public int Language { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModel_Language")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Language : int with get, set
Public Property Language As Integer

Property Value

Int32

The decimal LCID of the language.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to