OlapMemberExpression Constructor (CubePerspective, String, ICollectionParameter, Guid, String, String) |
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(
CubePerspective cube,
string statement,
ICollection<Parameter> parameters,
Guid id,
string name,
string description
)
Public Sub New (
cube As CubePerspective,
statement As String,
parameters As ICollection(Of Parameter),
id As Guid,
name As String,
description As String
)
public:
OlapMemberExpression(
CubePerspective^ cube,
String^ statement,
ICollection<Parameter^>^ parameters,
Guid id,
String^ name,
String^ description
)
new :
cube : CubePerspective *
statement : string *
parameters : ICollection<Parameter> *
id : Guid *
name : string *
description : string -> OlapMemberExpressionParameters
- cube
- Type: Dundas.BI.Entities.CubePerspectivesCubePerspective
The cube. - statement
- Type: SystemString
The statement. - parameters
- Type: System.Collections.GenericICollectionParameter
The parameters. - id
- Type: SystemGuid
The identifier. - name
- Type: SystemString
The name. - description
- Type: SystemString
The description.
Exceptions
See Also