OlapDataConnection Constructors
Represents a connection to a cube in an MS Analysis Services database.| Name | Parameters | Description |
|---|---|---|
| OlapDataConnection() | none | Initializes a new instance of OlapDataConnection class with default settings. |
| OlapDataConnection(String, OlapConnectionParameters) | name, parameters | Initializes a new instance of OlapDataConnection class. |
See Also