HierarchyCollection.Add Method (String, Boolean)
Creates and adds a Hierarchy, with the specified name, to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public Function Add ( _
name As String, _
updateDependents As Boolean _
) As Hierarchy
public Hierarchy Add (
string name,
bool updateDependents
)
public:
Hierarchy^ Add (
String^ name,
bool updateDependents
)
public Hierarchy Add (
String name,
boolean updateDependents
)
public function Add (
name : String,
updateDependents : boolean
) : Hierarchy
Parámetros
- name
The name of the Hierarchy to be added.
- updateDependents
Indicates whether the dependents of the Hierarchy should be updated.
Valor devuelto
A new, empty Hierarchy.
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
HierarchyCollection Class
HierarchyCollection Members
Microsoft.AnalysisServices Namespace