Condividi tramite


Cube.Language Property

Gets or sets the default Language to use for the Cube.

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

Sintassi

'Dichiarazione
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")> _
<DefaultValueAttribute(0)> _
Public Property Language As Integer
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")] 
[DefaultValueAttribute(0)] 
public int Language { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")] 
[DefaultValueAttribute(0)] 
public:
property int Language {
    int get ();
    void set (int value);
}
/** @property */
public int get_Language ()

/** @property */
public void set_Language (int value)
public function get Language () : int

public function set Language (value : int)

Valore proprietà

An Integer.

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

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace