DimensionSelectorContains Method (OlapLevel)

Determines whether virtual cube contains the specified level.

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(
	OlapLevel level
)

Parameters

level
Type: Dundas.BI.Data.Metadata.OlapOlapLevel
The level.

Return Value

Type: Boolean
if contains the specified level; otherwise, .
See Also