Compartilhar via


Método AggregationInstanceAttributeCollection.Add (AggregationInstanceAttribute)

Adds the specified AggregationInstanceAttribute to the end of the collection.

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

Sintaxe

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

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

Parâmetros

Valor de retorno

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

Consulte também

Referência

AggregationInstanceAttributeCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices