Condividi tramite


Metodo CubeHierarchyCollection.Add (String)

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    hierarchyId As String _
) As CubeHierarchy
'Utilizzo
Dim instance As CubeHierarchyCollection 
Dim hierarchyId As String 
Dim returnValue As CubeHierarchy 

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

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.CubeHierarchy
The zero-based index at which the CubeHierarchy has been added.

Vedere anche

Riferimento

CubeHierarchyCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices