[]
Sets CubeService by builder.
public PivotEngineBuilder BindCubeService(string url, string cube, string catalog = null, string user = null, string password = null)
Type | Name | Description |
---|---|---|
string | url | The url of the SSAS server. |
string | cube | The OLAP cube in the SSAS server. |
string | catalog | The catalog name |
string | user | The username in the SSAS server for windows authentication |
string | password | The password in the SSAS server for windows authentication |
Type | Description |
---|---|
PivotEngineBuilder | Current builder. |
Sets CubeService by builder.
public PivotEngineBuilder BindCubeService(Action<CubeServiceBuilder> cubeServiceBuild)
Type | Name | Description |
---|---|---|
Action<CubeServiceBuilder> | cubeServiceBuild | The build action for setting CubeService. |
Type | Description |
---|---|
PivotEngineBuilder | Current builder. |