OlapMeasure Constructor (IOlapCube, 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,
IReadOnlyCollection<IElementContainer> containers
)
Public Sub New (
parentCube As IOlapCube,
uniqueName As String,
containers As IReadOnlyCollection(Of IElementContainer)
)
public:
OlapMeasure(
IOlapCube^ parentCube,
String^ uniqueName,
IReadOnlyCollection<IElementContainer^>^ containers
)
new :
parentCube : IOlapCube *
uniqueName : string *
containers : IReadOnlyCollection<IElementContainer> -> OlapMeasureParameters
- parentCube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube. - uniqueName
- Type: SystemString
The element unique name. - containers
- Type: System.Collections.GenericIReadOnlyCollectionIElementContainer
The parent container.
Exceptions
See Also