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


Метод PerspectiveMeasureGroupCollection.Add (String)

Creates and adds a PerspectiveMeasureGroup, with the specified identifier, to the end of the collection.

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

Синтаксис

'Декларация
Public Function Add ( _
    measureGroupId As String _
) As PerspectiveMeasureGroup
'Применение
Dim instance As PerspectiveMeasureGroupCollection 
Dim measureGroupId As String 
Dim returnValue As PerspectiveMeasureGroup 

returnValue = instance.Add(measureGroupId)
public PerspectiveMeasureGroup Add(
    string measureGroupId
)
public:
PerspectiveMeasureGroup^ Add(
    String^ measureGroupId
)
member Add : 
        measureGroupId:string -> PerspectiveMeasureGroup
public function Add(
    measureGroupId : String
) : PerspectiveMeasureGroup

Параметры

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

Тип: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup that has been added.

См. также

Справочник

PerspectiveMeasureGroupCollection Класс

Перегрузка Add

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