Compartir a través de


Add Método (String)

Creates and adds a PerspectiveHierarchy, 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 PerspectiveHierarchy
'Uso
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

Parámetros

Valor devuelto

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