OlapDimension Constructor (IOlapCube, String, OlapDimensionType) |
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 OlapDimension(
IOlapCube parentCube,
string uniqueName,
OlapDimensionType dimensionType
)
Public Sub New (
parentCube As IOlapCube,
uniqueName As String,
dimensionType As OlapDimensionType
)
public:
OlapDimension(
IOlapCube^ parentCube,
String^ uniqueName,
OlapDimensionType dimensionType
)
new :
parentCube : IOlapCube *
uniqueName : string *
dimensionType : OlapDimensionType -> OlapDimensionParameters
- parentCube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube. - uniqueName
- Type: SystemString
The element unique name. - dimensionType
- Type: Dundas.BI.Data.Metadata.OlapOlapDimensionType
Type of the dimension.
Exceptions
See Also