OlapMeasure Constructor (IOlapCube, String, DataType, String, OlapAggregationType, String, IReadOnlyCollectionIElementContainer) |
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic OlapMeasure(
IOlapCube parentCube,
string uniqueName,
DataType dataType,
string expression,
OlapAggregationType aggregationType,
string units,
IReadOnlyCollection<IElementContainer> containers
)
Public Sub New (
parentCube As IOlapCube,
uniqueName As String,
dataType As DataType,
expression As String,
aggregationType As OlapAggregationType,
units As String,
containers As IReadOnlyCollection(Of IElementContainer)
)
public:
OlapMeasure(
IOlapCube^ parentCube,
String^ uniqueName,
DataType dataType,
String^ expression,
OlapAggregationType aggregationType,
String^ units,
IReadOnlyCollection<IElementContainer^>^ containers
)
new :
parentCube : IOlapCube *
uniqueName : string *
dataType : DataType *
expression : string *
aggregationType : OlapAggregationType *
units : string *
containers : IReadOnlyCollection<IElementContainer> -> OlapMeasureParameters
- parentCube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube. - uniqueName
- Type: SystemString
The element unique name. - dataType
- Type: Dundas.BI.Data.MetadataDataType
Type of the measure data. - expression
- Type: SystemString
The expression. - aggregationType
- Type: Dundas.BI.Data.Metadata.OlapOlapAggregationType
Type of the aggregation. - units
- Type: SystemString
The units. - containers
- Type: System.Collections.GenericIReadOnlyCollectionIElementContainer
The measure container.
Exceptions
See Also