Compartilhar via


Propriedade do RDL MiningValue.Index

Gets the index of this mining value.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MiningValue Classe

Namespace Microsoft.AnalysisServices.AdomdClient