ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / CubeService Class / Cube Property

In This Topic
    Cube Property (CubeService)
    In This Topic
    Gets or sets the OLAP cube in the SSAS server.
    Syntax
    'Declaration
     
    Public Property Cube As String
    public string Cube {get; set;}
    See Also