Méthode IndexOf (Measure)
Gets the index of a specified Measure.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
item As Measure _
) As Integer
'Utilisation
Dim instance As MeasureCollection
Dim item As Measure
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Measure item
)
public:
int IndexOf(
Measure^ item
)
member IndexOf :
item:Measure -> int
public function IndexOf(
item : Measure
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .Measure
The Measure to be returned.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index of the Measure if the object is found; otherwise, -1.
Voir aussi