Bagikan melalui


MeasureCollection.IndexOf Method (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

Parameters

Return Value

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

See Also

Reference

MeasureCollection Class

IndexOf Overload

Microsoft.AnalysisServices Namespace