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