Метод PerspectiveHierarchyCollection.Contains (String)
Indicates whether the collection contains a PerspectiveHierarchy that has the specified identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
hierarchyId As String _
) As Boolean
'Применение
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
Параметры
- hierarchyId
Тип: System.String
The identifier of the PerspectiveHierarchy to locate.
Возвращаемое значение
Тип: System.Boolean
true if the PerspectiveHierarchy exists in the collection; otherwise, false.