Nota
O acceso a esta páxina require autorización. Pode tentar iniciar sesión ou modificar os directorios.
O acceso a esta páxina require autorización. Pode tentar modificar os directorios.
Gets the specified OlapInfoHierarchy from the collection by its name.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintaxis
'Declaración
Public Function Find ( _
name As String _
) As OlapInfoHierarchy
public OlapInfoHierarchy Find (
string name
)
public:
OlapInfoHierarchy^ Find (
String^ name
)
public OlapInfoHierarchy Find (
String name
)
public function Find (
name : String
) : OlapInfoHierarchy
Parámetros
- name
The name of the OlapInfoHierarchy to find.
Notas
If the object is not found, the Find method returns null, whereas the Item property throws an exception.
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
OlapInfoHierarchyCollection Class
OlapInfoHierarchyCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace