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


Метод MeasureGroupAttributeCollection.Add (MeasureGroupAttribute)

Adds a MeasureGroupAttribute to the end of the collection.

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

MeasureGroupAttributeCollection Класс

Перегрузка Add

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