Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.