ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPanel Class / ConnectCube Method
The name of the cube data source.
The connection string of cube data source.

In This Topic
    ConnectCube Method
    In This Topic
    Connect to cube data source.
    Syntax
    'Declaration
     
    Public Sub ConnectCube( _
       ByVal cubeName As System.String, _
       ByVal connectionString As System.String _
    ) 
    public void ConnectCube( 
       System.string cubeName,
       System.string connectionString
    )

    Parameters

    cubeName
    The name of the cube data source.
    connectionString
    The connection string of cube data source.
    See Also