MiningValue.Index プロパティ

このマイニング値のインデックスを取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public ReadOnly Property Index As Integer 
    Get
'使用
Dim instance As MiningValue 
Dim value As Integer 

value = instance.Index
public int Index { get; }
public:
property int Index {
    int get ();
}
member Index : int
function get Index () : int

プロパティ値

型: System.Int32
このマイニング値のインデックスを表す Integer です。

関連項目

参照

MiningValue クラス

Microsoft.AnalysisServices.AdomdClient 名前空間