Compartilhar via


Método AggregationCollection.IndexOf (Aggregation)

Gets the index of a specified Aggregation.

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

Sintaxe

'Declaração
Public Function IndexOf ( _
    item As Aggregation _
) As Integer
'Uso
Dim instance As AggregationCollection 
Dim item As Aggregation 
Dim returnValue As Integer 

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

Parâmetros

Valor de retorno

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

Consulte também

Referência

AggregationCollection Classe

Sobrecarregado IndexOf

Namespace Microsoft.AnalysisServices