MiningStructure.Language Property
SQL Server 2012
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.Int32An 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.
