CubeHierarchyCollection.Add Method (String, Boolean)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Function Add ( _
    hierarchyId As String, _
    updateDependents As Boolean _
) As CubeHierarchy
'Usage
Dim instance As CubeHierarchyCollection 
Dim hierarchyId As String 
Dim updateDependents As Boolean 
Dim returnValue As CubeHierarchy 

returnValue = instance.Add(hierarchyId, _
    updateDependents)

Parameters

Return Value

Type: Microsoft.AnalysisServices.CubeHierarchy
A new, empty CubeHierarchy.

See Also

Reference

CubeHierarchyCollection Class

Add Overload

Microsoft.AnalysisServices Namespace