Método AggregationAttributeCollection.Add (AggregationAttribute)

Adds an AggregationAttribute to the end of the collection.

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

Sintaxe

'Declaração
Public Function Add ( _
    item As AggregationAttribute _
) As Integer
'Uso
Dim instance As AggregationAttributeCollection 
Dim item As AggregationAttribute 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    AggregationAttribute item
)
public:
int Add(
    AggregationAttribute^ item
)
member Add : 
        item:AggregationAttribute -> int
public function Add(
    item : AggregationAttribute
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32
The zero-based index at which the AggregationAttribute has been added.

Consulte também

Referência

AggregationAttributeCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices