Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates, adds to collection and returns a new PerspectiveHierarchy.
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
- hierarchyId
Tipo: System.String
The identifier for the new PerspectiveHierarchy (needs to be unique in the collection).
Valor devuelto
Tipo: Microsoft.AnalysisServices.PerspectiveHierarchy
The newly created PerspectiveHierarchy.