Condividi tramite


TimeBinding.CalendarLanguage Property

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

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace