Freigeben über


MeasureCollection.IndexOf-Methode (Measure)

Gets the index of a specified Measure.

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

Syntax

'Declaration
Public Function IndexOf ( _
    item As Measure _
) As Integer
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

MeasureCollection Klasse

IndexOf-Überladung

Microsoft.AnalysisServices-Namespace