Метод AggregationInstanceMeasureCollection.Add (AggregationInstanceMeasure)
Adds the specified AggregationInstanceMeasure to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As AggregationInstanceMeasure _
) As Integer
'Применение
Dim instance As AggregationInstanceMeasureCollection
Dim item As AggregationInstanceMeasure
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
AggregationInstanceMeasure item
)
public:
int Add(
AggregationInstanceMeasure^ item
)
member Add :
item:AggregationInstanceMeasure -> int
public function Add(
item : AggregationInstanceMeasure
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.AggregationInstanceMeasure
Specifies the AggregationInstanceMeasure to be added.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the AggregationInstanceMeasure has been added.