Compartir a través de


MiningValue.Index Propiedad

Gets the index of this mining value.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Index As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MiningValue Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient