Metodo IndexOf (String)
Gets the index of a CubeHierarchy, with the specified identifier.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function IndexOf ( _
hierarchyId As String _
) As Integer
'Utilizzo
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
Parametri
- hierarchyId
Tipo: System. . :: . .String
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index of the CubeHierarchy specified by hierarchyID if the object is found; otherwise, -1.