Proprietà MiningValue.Index
Gets the index of this mining value.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Index As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
An Integer representing the index of this mining value.