Compartilhar via


Método KpiCollection.IndexOf (Kpi)

Gets the index of a specified Kpi.

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

Sintaxe

'Declaração
Public Function IndexOf ( _
    item As Kpi _
) As Integer
'Uso
Dim instance As KpiCollection 
Dim item As Kpi 
Dim returnValue As Integer 

returnValue = instance.IndexOf(item)
public int IndexOf(
    Kpi item
)
public:
int IndexOf(
    Kpi^ item
)
member IndexOf : 
        item:Kpi -> int
public function IndexOf(
    item : Kpi
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32
The zero-based index of the Kpi if the object is found; otherwise, -1.

Consulte também

Referência

KpiCollection Classe

Sobrecarregado IndexOf

Namespace Microsoft.AnalysisServices