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.
Gets the index of a PerspectiveHierarchy that has the specified identifier.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function IndexOf ( _
hierarchyId As String _
) As Integer
'Uso
Dim instance As PerspectiveHierarchyCollection
Dim hierarchyId As String
Dim returnValue As Integer
returnValue = instance.IndexOf(hierarchyId)
public int IndexOf(
string hierarchyId
)
public:
int IndexOf(
String^ hierarchyId
)
member IndexOf :
hierarchyId:string -> int
public function IndexOf(
hierarchyId : String
) : int
Parámetros
- hierarchyId
Tipo: System.String
The identifier of a PerspectiveHierarchy to locate.
Valor devuelto
Tipo: System.Int32
The zero-based index of the PerspectiveHierarchy specified by hierarchyID if the object is found; otherwise, -1.