IndexOf Método (Aggregation)
Gets the index of a specified Aggregation.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
- item
Tipo: Microsoft.AnalysisServices. . :: . .Aggregation
The Aggregation to be returned.
Valor devuelto
Tipo: System. . :: . .Int32
The zero-based index of the Aggregation if the object is found; otherwise, -1.
Vea también