DimensionSelectorContains Method (OlapDimension)

Determines whether virtual cube contains the specified dimension.

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public bool Contains(
	OlapDimension dimension
)

Parameters

dimension
Type: Dundas.BI.Data.Metadata.OlapOlapDimension
The dimension.

Return Value

Type: Boolean
if virtual cube contains the specified dimension; otherwise, .
See Also