Метод 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
Параметры
- item
Тип: Microsoft.AnalysisServices.MeasureGroup
The MeasureGroup to add.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the MeasureGroup has been added.