TimeBinding.CalendarLanguage Property

Definition

Gets or sets the calendar language used for the TimeBinding element.

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

Property Value

Int32

An Integer representing the language.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to