PerspectiveDimensionCollection.Contains Method (PerspectiveDimension)
Indicates whether the collection contains a specified PerspectiveDimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As PerspectiveDimension _
) As Boolean
'Usage
Dim instance As PerspectiveDimensionCollection
Dim item As PerspectiveDimension
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
PerspectiveDimension item
)
public:
bool Contains(
PerspectiveDimension^ item
)
member Contains :
item:PerspectiveDimension -> bool
public function Contains(
item : PerspectiveDimension
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveDimension
The PerspectiveDimension to locate.
Return Value
Type: System.Boolean
true if the PerspectiveDimension exists in the collection; otherwise, false.