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 OlapNamedSet(
IOlapCube parentCube,
string uniqueName,
string expression,
string dimensions
)
Public Sub New (
parentCube As IOlapCube,
uniqueName As String,
expression As String,
dimensions As String
)
public:
OlapNamedSet(
IOlapCube^ parentCube,
String^ uniqueName,
String^ expression,
String^ dimensions
)
new :
parentCube : IOlapCube *
uniqueName : string *
expression : string *
dimensions : string -> OlapNamedSetParameters
- parentCube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The parent cube. - uniqueName
- Type: SystemString
The element unique name. - expression
- Type: SystemString
The expression. - dimensions
- Type: SystemString
The dimensions.
Exceptions
See Also