MeasureGroupDimensionCollection.Contains Method

Definition

Overloads

Contains(MeasureGroupDimension)

Indicates whether the collection contains the specified MeasureGroupDimension.

Contains(String)

Indicates whether the collection contains a MeasureGroupDimension with the specified CubeDimensionID.

Contains(MeasureGroupDimension)

Indicates whether the collection contains the specified MeasureGroupDimension.

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

Parameters

Returns

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

Applies to

Contains(String)

Indicates whether the collection contains a MeasureGroupDimension 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 MeasureGroupDimension to be located.

Returns

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

Exceptions

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

Applies to