Metodo PerspectiveHierarchyCollection.Contains (String)
Indicates whether the collection contains a PerspectiveHierarchy that has the specified identifier.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
hierarchyId As String _
) As Boolean
'Utilizzo
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
Parametri
- hierarchyId
Tipo: System.String
The identifier of the PerspectiveHierarchy to locate.
Valore restituito
Tipo: System.Boolean
true if the PerspectiveHierarchy exists in the collection; otherwise, false.