Поделиться через


Метод MeasureGroupCollection.Add (MeasureGroup)

Adds a MeasureGroup to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    item As MeasureGroup _
) As Integer
'Применение
Dim instance As MeasureGroupCollection 
Dim item As MeasureGroup 
Dim returnValue As Integer 

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

Параметры

Возвращаемое значение

Тип: System.Int32
The zero-based index at which the MeasureGroup has been added.

См. также

Справочник

MeasureGroupCollection Класс

Перегрузка Add

Пространство имен Microsoft.AnalysisServices