Condividi tramite


Metodo AggregationAttributeCollection.Add (AggregationAttribute)

Adds an AggregationAttribute to the end of the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    item As AggregationAttribute _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

AggregationAttributeCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices