Метод MeasureGroupCollection.Add
Creates and adds a MeasureGroup to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add As MeasureGroup
'Применение
Dim instance As MeasureGroupCollection
Dim returnValue As MeasureGroup
returnValue = instance.Add()
public MeasureGroup Add()
public:
MeasureGroup^ Add()
member Add : unit -> MeasureGroup
public function Add() : MeasureGroup
Возвращаемое значение
Тип: Microsoft.AnalysisServices.MeasureGroup
A new, empty MeasureGroup.