Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the PerspectiveHierarchy that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
hierarchyId As String _
) As PerspectiveHierarchy
public PerspectiveHierarchy this [
string hierarchyId
] { get; }
public:
property PerspectiveHierarchy^ default [String^] {
PerspectiveHierarchy^ get (String^ hierarchyId);
}
/** @property */
public PerspectiveHierarchy get_Item (String hierarchyId)
Parámetros
- hierarchyId
Valor de propiedad
The PerspectiveHierarchy specified by the identifier.
Excepciones
| Tipo de excepción | Condición |
|---|---|
| ArgumentNullException | hierarchyID is a null reference (Nothing in Visual Basic). |
| ItemNotFoundException | hierarchyID does not exist in the collection. |
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
PerspectiveHierarchyCollection Class
PerspectiveHierarchyCollection Members
Microsoft.AnalysisServices Namespace