Partager via


Propriété MiningValue.Index

Gets the index of this mining value.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Index As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MiningValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient