Método AggregationCollection.IndexOf (Aggregation)

Gets the index of a specified Aggregation.

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

Sintaxe

VB
'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)

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