[]
Adds a cube data.
public FlexPivotEngineProviderManager AddCube(string name, string connectionString, string cubeName)
Type | Name | Description |
---|---|---|
string | name | The unique value used to stand for the data. |
string | connectionString | The connection string for the cube data. |
string | cubeName | Specify the cube name in the cube data. |
Type | Description |
---|---|
FlexPivotEngineProviderManager | The flex pivot engine provider manager. |