Compartir a través de


MiningValue.Index Propiedad

Gets the index of this mining value.

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

Sintaxis

'Declaración
Public ReadOnly Property Index As UInteger 
    Get
'Uso
Dim instance As MiningValue 
Dim value As UInteger 

value = instance.Index
public uint Index { get; }
public:
property unsigned int Index {
    unsigned int get ();
}
member Index : uint32
function get Index () : uint

Valor de la propiedad

Tipo: System.UInt32
An integer that represents the index of this mining value.

Vea también

Referencia

MiningValue Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer