Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the index of a PerspectiveHierarchy that has the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IndexOf ( _
hierarchyId As String _
) As Integer
'Usage
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
Parameters
- hierarchyId
Type: System.String
The identifier of a PerspectiveHierarchy to locate.
Return Value
Type: System.Int32
The zero-based index of the PerspectiveHierarchy specified by hierarchyID if the object is found; otherwise, -1.