次の方法で共有


MiningStructure.Language プロパティ

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
MiningStructure の言語識別子を示す Integer です。

説明

Language 要素には、MiningStructure で使用される既定の言語識別子、または Translation の固有の言語識別子が含まれます。 言語はロケール識別子 (LCID) コードを使用して定義します。 たとえば、LCID 1033 は英語 (米国) 言語を示します。

関連項目

参照

MiningStructure クラス

Microsoft.AnalysisServices 名前空間