MiningStructure.Language Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the language identifier of MiningStructure.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute(0)]
public int Language { get; set; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute(0)]
property int Language {
    int get();
    void set(int value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")>]
[<DefaultValueAttribute(0)>]
member Language : int with get, set
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")>
<DefaultValueAttribute(0)>
Public Property Language As Integer

Property Value

Type: System.Int32

An Integer that specifies the language identifier of MiningStructure.

Remarks

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.

See Also

MiningStructure Class
Microsoft.AnalysisServices Namespace

Return to top