C# 클래스 MdxClient.MdxConnection

Represents an open connection to a SQL Server Analysis Services database.
상속: System.Data.Common.DbConnection
파일 보기 프로젝트 열기: DynamicTyped/MdxClient 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ChangeDatabase ( string databaseName ) : void

Changes the current database for an open MdxConnection.

Close ( ) : void

Closes the connection to the database.

CreateCommand ( ) : MdxCommand
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.

보호된 메소드들

메소드 설명
BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
CreateDbCommand ( ) : DbCommand
Dispose ( bool disposing ) : void

메소드 상세

BeginDbTransaction() 보호된 메소드

protected BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
isolationLevel IsolationLevel
리턴 System.Data.Common.DbTransaction

ChangeDatabase() 공개 메소드

Changes the current database for an open MdxConnection.
public ChangeDatabase ( string databaseName ) : void
databaseName string
리턴 void

Close() 공개 메소드

Closes the connection to the database.
public Close ( ) : void
리턴 void

CreateCommand() 공개 메소드

public CreateCommand ( ) : MdxCommand
리턴 MdxCommand

CreateDbCommand() 보호된 메소드

protected CreateDbCommand ( ) : DbCommand
리턴 System.Data.Common.DbCommand

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MdxConnection() 공개 메소드

Initializes a new instance of the MdxConnection class.
public MdxConnection ( ) : System
리턴 System

MdxConnection() 공개 메소드

Initializes a new instance of the MdxConnection class when given a string that contains the connection string.
public MdxConnection ( string connectionString ) : System
connectionString string The connection used to open the SQL Server Analysis Services database. ///
리턴 System

Open() 공개 메소드

Opens a database connection with the property settings specified by the connection string.
public Open ( ) : void
리턴 void