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


Свойство MiningStructure.Language

Gets or sets the language identifier of MiningStructure.

Пространство имен:  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 MiningStructure 
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
An Integer that specifies the language identifier of MiningStructure.

Замечания

The Language element contains the default language identifier that is used by MiningStructure, or the specific language identifier for Translation. The language should be defined by using locale identifier (LCID) codes. For instance, LCID 1033 is used to indicate the English (U.S.) language.

См. также

Справочник

MiningStructure Класс

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