IndexOf Método (String)
Gets the index of a CubeHierarchy, with 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 CubeHierarchyCollection
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
Valor devuelto
Tipo: System. . :: . .Int32
The zero-based index of the CubeHierarchy specified by hierarchyID if the object is found; otherwise, -1.
Vea también