[]
Defines a builder to configurate CubeService.
public class CubeServiceBuilder : BaseBuilder<CubeService, CubeServiceBuilder>
Name | Description |
---|---|
CubeServiceBuilder(CubeService) | Creates one CubeServiceBuilder instance to configurate |
Name | Description |
---|---|
Catalog(string) | Configurates Catalog. Sets the catalog name. |
Cube(string) | Configurates Cube. Sets the OLAP cube in the SSAS server. |
Password(string) | Configurates Password. Sets the password in the SSAS server for windows authentication. |
Url(string) | Configurates Url. Sets the url of the SSAS server. |
User(string) | Configurates User. Sets the username in the SSAS server for windows authentication. |