Méthode KpiCollection.IndexOf (Kpi)
Gets the index of a specified Kpi.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
item As Kpi _
) As Integer
'Utilisation
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
Paramètres
- item
Type : Microsoft.AnalysisServices.Kpi
The Kpi to be returned.
Valeur de retour
Type : System.Int32
The zero-based index of the Kpi if the object is found; otherwise, -1.