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