Share via


MiningValue.Index Property

Gets the index of this mining value.

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

Syntax

'Declaration
Public ReadOnly Property Index As Integer 
    Get
'Usage
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

Property Value

Type: System.Int32
An Integer representing the index of this mining value.

See Also

Reference

MiningValue Class

Microsoft.AnalysisServices.AdomdClient Namespace