Property | Type | Description |
---|
Method | Description | |
---|---|---|
ChangeDatabase ( string databaseName ) : void |
Changes the current database for an open MdxConnection.
|
|
Close ( ) : void |
Closes the connection to the database.
|
|
CreateCommand ( ) : |
||
MdxConnection ( ) : System |
Initializes a new instance of the MdxConnection class.
|
|
MdxConnection ( string connectionString ) : System |
Initializes a new instance of the MdxConnection class when given a string that contains the connection string.
|
|
Open ( ) : void |
Opens a database connection with the property settings specified by the connection string.
|
Method | Description | |
---|---|---|
BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
CreateDbCommand ( ) : |
||
Dispose ( bool disposing ) : void |
protected BeginDbTransaction ( IsolationLevel isolationLevel ) : |
||
isolationLevel | IsolationLevel | |
return |
public ChangeDatabase ( string databaseName ) : void | ||
databaseName | string | |
return | void |
protected CreateDbCommand ( ) : |
||
return |
public MdxConnection ( string connectionString ) : System | ||
connectionString | string | The connection used to open the SQL Server Analysis Services database. /// |
return | System |