Método Add (Aggregation)
Adds an Aggregation to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add ( _
item As Aggregation _
) As Integer
'Uso
Dim instance As AggregationCollection
Dim item As Aggregation
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
Aggregation item
)
public:
int Add(
Aggregation^ item
)
member Add :
item:Aggregation -> int
public function Add(
item : Aggregation
) : int
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .Aggregation
The Aggregation to be added.
Valor de retorno
Tipo: System. . :: . .Int32
The zero-based index at which the Aggregation has been added.
Consulte também