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)
Syntaxpublic bool Contains(
OlapLevel level
)
Public Function Contains (
level As OlapLevel
) As Boolean
public:
bool Contains(
OlapLevel^ level
)
member Contains :
level : OlapLevel -> bool
Parameters
- level
- Type: Dundas.BI.Data.Metadata.OlapOlapLevel
The level.
Return Value
Type:
Boolean if contains the specified level; otherwise,
.
See Also