Dimension.Language Property

Definition

Gets or sets the value that specifies the default language for a Dimension object.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Dimension_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_Dimension_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 default language for a Dimension object.

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

Applies to