Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- hierarchyId
Typ: System.String
The identifier of the PerspectiveHierarchy to locate.
Rückgabewert
Typ: System.Boolean
true if the PerspectiveHierarchy exists in the collection; otherwise, false.