Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates and adds a Hierarchy to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add As Hierarchy
'Usage
Dim instance As HierarchyCollection
Dim returnValue As Hierarchy
returnValue = instance.Add()
public Hierarchy Add()
public:
Hierarchy^ Add()
member Add : unit -> Hierarchy
public function Add() : Hierarchy
Return Value
Type: Microsoft.AnalysisServices.Hierarchy
A new, empty Hierarchy.