Index 属性

Gets the index of this mining value.

命名空间:  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
An Integer representing the index of this mining value.