MiningValue.Index Property

 

Gets the index of this mining value.

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

Syntax

public int Index { get; }
public:
property int Index {
    int get();
}
member Index : int with get
Public ReadOnly Property Index As Integer

Property Value

Type: System.Int32

An Integer representing the index of this mining value.

See Also

MiningValue Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top