Udostępnij za pośrednictwem


Metoda PerspectiveMeasureGroupCollection.IndexOf (PerspectiveMeasureGroup)

Pobiera indeks określonego PerspectiveMeasureGroup.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function IndexOf ( _
    item As PerspectiveMeasureGroup _
) As Integer
'Użycie
Dim instance As PerspectiveMeasureGroupCollection
Dim item As PerspectiveMeasureGroup
Dim returnValue As Integer

returnValue = instance.IndexOf(item)
public int IndexOf(
    PerspectiveMeasureGroup item
)
public:
int IndexOf(
    PerspectiveMeasureGroup^ item
)
member IndexOf : 
        item:PerspectiveMeasureGroup -> int 
public function IndexOf(
    item : PerspectiveMeasureGroup
) : int

Wartość zwracana

Typ: System.Int32
Indeksu z PerspectiveMeasureGroup , jeśli obiekt znajduje się; w przeciwnym razie -1.