TimeBinding.CalendarLanguage Property
Gets or sets the calendar language used for the TimeBinding element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CalendarLanguageTypeConverter, Microsoft.AnalysisServices.Design")> _
<DefaultValueAttribute(1033)> _
Public Property CalendarLanguage As Integer
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.CalendarLanguageTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute(1033)]
public int CalendarLanguage { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.CalendarLanguageTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute(1033)]
public:
property int CalendarLanguage {
int get ();
void set (int value);
}
/** @property */
public int get_CalendarLanguage ()
/** @property */
public void set_CalendarLanguage (int value)
public function get CalendarLanguage () : int
public function set CalendarLanguage (value : int)
Property Value
An Integer representing the language.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace