AggregationDesignDimensionCollection.Contains Method

Definition

Overloads

Contains(AggregationDesignDimension)

Indicates whether the collection contains the specified AggregationDesignDimension.

Contains(String)

Indicates whether the collection contains an AggregationDesignDimension with the specified CubeDimensionID.

Contains(AggregationDesignDimension)

Indicates whether the collection contains the specified AggregationDesignDimension.

public bool Contains (Microsoft.AnalysisServices.AggregationDesignDimension item);
override this.Contains : Microsoft.AnalysisServices.AggregationDesignDimension -> bool
Public Function Contains (item As AggregationDesignDimension) As Boolean

Parameters

Returns

True, if the specified AggregationDesignDimension is found in the collection, otherwise, false.

Applies to

Contains(String)

Indicates whether the collection contains an AggregationDesignDimension with the specified CubeDimensionID.

public bool Contains (string cubeDimensionId);
override this.Contains : string -> bool
Public Function Contains (cubeDimensionId As String) As Boolean

Parameters

cubeDimensionId
String

The CubeDimensionID of the AggregationDesignDimension to be located.

Returns

True, if the specified AggregationDesignDimension is found in the collection, otherwise, false.

Exceptions

The specified cubeDimensionId is a null reference (Nothing in Visual Basic).

Applies to