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 and adds a CubeHierarchy, with the specified identifier, to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public Function Add ( _
hierarchyId As String, _
updateDependents As Boolean _
) As CubeHierarchy
public CubeHierarchy Add (
string hierarchyId,
bool updateDependents
)
public:
CubeHierarchy^ Add (
String^ hierarchyId,
bool updateDependents
)
public CubeHierarchy Add (
String hierarchyId,
boolean updateDependents
)
public function Add (
hierarchyId : String,
updateDependents : boolean
) : CubeHierarchy
Parámetros
- hierarchyId
- updateDependents
Indicates whether the dependents of the CubeHierarchy should be updated.
Valor devuelto
A new, empty CubeHierarchy.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
CubeHierarchyCollection Class
CubeHierarchyCollection Members
Microsoft.AnalysisServices Namespace