Метод PerspectiveMeasureCollection.Add (PerspectiveMeasure)
Adds a PerspectiveMeasure to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
item As PerspectiveMeasure _
) As Integer
'Применение
Dim instance As PerspectiveMeasureCollection
Dim item As PerspectiveMeasure
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
PerspectiveMeasure item
)
public:
int Add(
PerspectiveMeasure^ item
)
member Add :
item:PerspectiveMeasure -> int
public function Add(
item : PerspectiveMeasure
) : int
Параметры
- item
Тип: Microsoft.AnalysisServices.PerspectiveMeasure
The PerspectiveMeasure to add.
Возвращаемое значение
Тип: System.Int32
The zero-based index at which the PerspectiveMeasure has been added.