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