Поделиться через


Свойство Translation.Language

Gets or sets the language defined by a locale identifier code for a Translation.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Language As Integer 
    Get 
    Set
'Применение
Dim instance As Translation 
Dim value As Integer 

value = instance.Language

instance.Language = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")]
public int Language { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property int Language {
    int get ();
    void set (int value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")>]
member Language : int with get, set
function get Language () : int 
function set Language (value : int)

Значение свойства

Тип: System.Int32
A language defined by a locale identifier code.

См. также

Справочник

Translation Класс

Пространство имен Microsoft.AnalysisServices