Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the collection contains a PerspectiveHierarchy that has the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
hierarchyId As String _
) As Boolean
'Usage
Dim instance As PerspectiveHierarchyCollection
Dim hierarchyId As String
Dim returnValue As Boolean
returnValue = instance.Contains(hierarchyId)
public bool Contains(
string hierarchyId
)
public:
bool Contains(
String^ hierarchyId
)
member Contains :
hierarchyId:string -> bool
public function Contains(
hierarchyId : String
) : boolean
Parameters
- hierarchyId
Type: System.String
The identifier of the PerspectiveHierarchy to locate.
Return Value
Type: System.Boolean
true if the PerspectiveHierarchy exists in the collection; otherwise, false.