'Declaration
Public Function AddCube( _ ByVal name As String, _ ByVal connectionString As String, _ ByVal cubeName As String _ ) As FlexPivotEngineProviderManager
public FlexPivotEngineProviderManager AddCube( string name, string connectionString, string cubeName )
Parameters
- name
- The unique value used to stand for the data.
- connectionString
- The connection string for the cube data.
- cubeName
- Specify the cube name in the cube data.
Return Value
The flex pivot engine provider manager.