Metodo AggregationDesignCollection.Add (AggregationDesign)
Adds an AggregationDesign 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 AggregationDesign _
) As Integer
'Utilizzo
Dim instance As AggregationDesignCollection
Dim item As AggregationDesign
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationDesign item
)
public:
int Add(
AggregationDesign^ item
)
member Add :
item:AggregationDesign -> int
public function Add(
item : AggregationDesign
) : int
Parametri
- item
Tipo: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign to be added.
Valore restituito
Tipo: System.Int32
The zero-based index at which the AggregationDesign has been added.