IndexOf Método (Kpi)
Gets the index of a specified Kpi.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
- item
Tipo: Microsoft.AnalysisServices. . :: . .Kpi
The Kpi to be returned.
Valor devuelto
Tipo: System. . :: . .Int32
The zero-based index of the Kpi if the object is found; otherwise, -1.
Vea también