IndexOf méthode (String)
Gets the index of a CubeHierarchy, with the specified identifier.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
hierarchyId As String _
) As Integer
'Utilisation
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
Paramètres
- hierarchyId
Type : System. . :: . .String
Valeur de retour
Type : System. . :: . .Int32
The zero-based index of the CubeHierarchy specified by hierarchyID if the object is found; otherwise, -1.