OlapDataConnection Properties
Represents a connection to a cube in an MS Analysis Services database.| Name | Description |
|---|---|
| ConnectionParameters | Contains parameters used to establish a connection to a cube in an MS Analysis Services database. |
| ConnectionString | Gets or sets a connection string used to establish a connection to a cube in an MS Analysis Services database. |
| ConnectionStringSerializable | For internal use. |
| HasConnectionString | Specifies whether the connection string has been assigned to the data connection. Inherited from DataConnectionBase. |
| IsConnected | Gets whether the connection to a cube in an MS Analysis Services database is established. |
| Name | Gets or sets the name of a data connection. Inherited from DataConnectionBase. |
| StoreConnectionNameOnly | Specifies whether to serialize any connection settings except for the data connection name. Inherited from DataConnectionBase. |
See Also