OlapElement Constructor (IOlapCube, String) |
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected OlapElement(
IOlapCube parentCube,
string uniqueName
)
Protected Sub New (
parentCube As IOlapCube,
uniqueName As String
)
protected:
OlapElement(
IOlapCube^ parentCube,
String^ uniqueName
)
new :
parentCube : IOlapCube *
uniqueName : string -> OlapElementParameters
- parentCube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube. - uniqueName
- Type: SystemString
The element unique name.
Exceptions
See Also