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 CubeHierarchy, with 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 CubeHierarchyCollection
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 CubeHierarchy to be located.
Return Value
Type: System.Boolean
true if the CubeHierarchy is contained in the collection; otherwise, false.