This topic has not yet been rated - Rate this topic

MiningStructure.Language Property

Gets or sets the language identifier of MiningStructure.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")]
public int Language { get; set; }

Property Value

Type: 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.