OlapMemberExpression Constructor (IOlapCube, String, ICollectionParameter) |
Namespace:
Dundas.BI.Data.DataProviders.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic OlapMemberExpression(
IOlapCube cube,
string statement,
ICollection<Parameter> parameters
)
Public Sub New (
cube As IOlapCube,
statement As String,
parameters As ICollection(Of Parameter)
)
public:
OlapMemberExpression(
IOlapCube^ cube,
String^ statement,
ICollection<Parameter^>^ parameters
)
new :
cube : IOlapCube *
statement : string *
parameters : ICollection<Parameter> -> OlapMemberExpressionParameters
- cube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube. - statement
- Type: SystemString
The statement. - parameters
- Type: System.Collections.GenericICollectionParameter
The parameters.
Exceptions
See Also