OlapDataProvider Constructors
Obsolete. Represents a data provider for an OLAP data source.Name | Parameters | Description |
---|---|---|
OlapDataProvider() | none | Initializes a new instance of the OlapDataProvider class with default settings. |
OlapDataProvider(OlapDataConnection) | dataConnection | Initializes a new instance of the OlapDataProvider class. |
OlapDataProvider(String, OlapConnectionParameters) | connectionName, connectionParameters | Initializes a new instance of the OlapDataProvider class. |
See Also