Compartilhar via


Propriedade do RDL MiningValue.Index

Gets the index of this mining value.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

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

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

Consulte também

Referência

MiningValue Classe

Namespace Microsoft.AnalysisServices.AdomdServer