# C1.Web.Mvc.Olap.CubeService

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_CubeService" data-uid="C1.Web.Mvc.Olap.CubeService" class="text-break">CubeService Class
</h1>
  <div class="markdown level0 summary"><p>Represents the OLAP cube provided by SSAS server.</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">CubeService</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.html">C1.Web.Mvc.Olap</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_CubeService_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CubeService</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CubeService</code></pre>
  </div>
  <h3 id="properties">Properties
</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_CubeService_Catalog" data-uid="C1.Web.Mvc.Olap.CubeService.Catalog">
          <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Catalog.html#C1_Web_Mvc_Olap_CubeService_Catalog">Catalog</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the catalog name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_CubeService_Cube" data-uid="C1.Web.Mvc.Olap.CubeService.Cube">
          <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Cube.html#C1_Web_Mvc_Olap_CubeService_Cube">Cube</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the OLAP cube in the SSAS server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_CubeService_Password" data-uid="C1.Web.Mvc.Olap.CubeService.Password">
          <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Password.html#C1_Web_Mvc_Olap_CubeService_Password">Password</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the password in the SSAS server for windows authentication.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_CubeService_Url" data-uid="C1.Web.Mvc.Olap.CubeService.Url">
          <a class="xref" href="C1.Web.Mvc.Olap.CubeService.Url.html#C1_Web_Mvc_Olap_CubeService_Url">Url</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the url of the SSAS server.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_CubeService_User" data-uid="C1.Web.Mvc.Olap.CubeService.User">
          <a class="xref" href="C1.Web.Mvc.Olap.CubeService.User.html#C1_Web_Mvc_Olap_CubeService_User">User</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the username in the SSAS server for windows authentication.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
