Metodo AggregationDesignDimensionCollection.Add (AggregationDesignDimension)

Adds an AggregationDesignDimension to the end of the collection.

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

Sintassi

VB
'Dichiarazione
Public Function Add ( _
    item As AggregationDesignDimension _
) As Integer
'Utilizzo
Dim instance As AggregationDesignDimensionCollection 
Dim item As AggregationDesignDimension 
Dim returnValue As Integer 

returnValue = instance.Add(item)

Parametri

Valore restituito

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

Vedere anche

Riferimento

AggregationDesignDimensionCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices