Compartilhar via


Método PerspectiveMeasureGroupCollection.IndexOf (PerspectiveMeasureGroup)

Gets the index of a specified PerspectiveMeasureGroup.

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

Sintaxe

'Declaração
Public Function IndexOf ( _
    item As PerspectiveMeasureGroup _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

PerspectiveMeasureGroupCollection Classe

Sobrecarregado IndexOf

Namespace Microsoft.AnalysisServices