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


Метод Add (String)

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

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices. . :: . .PerspectiveHierarchy
The zero-based index at which the PerspectiveHierarchy has been added.