# C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder" data-uid="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder" class="text-break">CubeServiceBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Olap.CubeService.html">CubeService</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.CubeService.html">CubeService</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.html">CubeServiceBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">CubeServiceBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.Fluent.html">C1.Web.Mvc.Olap.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CubeServiceBuilder : BaseBuilder&lt;CubeService, CubeServiceBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CubeServiceBuilder
    Inherits BaseBuilder(Of CubeService, CubeServiceBuilder)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder__ctor_C1_Web_Mvc_Olap_CubeService_" data-uid="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.#ctor(C1.Web.Mvc.Olap.CubeService)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.-ctor.html#C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder__ctor_C1_Web_Mvc_Olap_CubeService_">CubeServiceBuilder(CubeService)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.html">CubeServiceBuilder</a> instance to configurate <code class="paramref">obj</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Catalog_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Catalog(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Catalog.html#C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Catalog_System_String_">Catalog(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Catalog.html#C1_Web_Mvc_Olap_CubeService_Catalog">Catalog</a>.
Sets the catalog name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Cube_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Cube(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Cube.html#C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Cube_System_String_">Cube(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Cube.html#C1_Web_Mvc_Olap_CubeService_Cube">Cube</a>.
Sets the OLAP cube in the SSAS server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Password_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Password(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Password.html#C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Password_System_String_">Password(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Password.html#C1_Web_Mvc_Olap_CubeService_Password">Password</a>.
Sets the password in the SSAS server for windows authentication.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Url_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Url(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.Url.html#C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_Url_System_String_">Url(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Url.html#C1_Web_Mvc_Olap_CubeService_Url">Url</a>.
Sets the url of the SSAS server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_User_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.User(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.CubeServiceBuilder.User.html#C1_Web_Mvc_Olap_Fluent_CubeServiceBuilder_User_System_String_">User(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.CubeService.User.html#C1_Web_Mvc_Olap_CubeService_User">User</a>.
Sets the username in the SSAS server for windows authentication.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
