Compartir a través de


CubeHierarchyCollection.Add Método (String)

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    hierarchyId As String _
) As CubeHierarchy
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

CubeHierarchyCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices