Freigeben über


AdomdTransaction.IDbTransaction.Connection-Eigenschaft

Specifies the Connection object to associate with the transaction.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Private ReadOnly Property Connection As IDbConnection 
    Implements IDbTransaction.Connection 
    Get
'Usage
Dim instance As AdomdTransaction 
Dim value As IDbConnection 

value = CType(instance, IDbTransaction).Connection
IDbConnection IDbTransaction.Connection { get; }
private:
virtual property IDbConnection^ Connection {
    IDbConnection^ get () sealed = IDbTransaction::Connection::get;
}
private abstract Connection : IDbConnection 
private override Connection : IDbConnection
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.Data.IDbConnection
The Connection object to associate with the transaction.

Implementiert

IDbTransaction.Connection

Siehe auch

Verweis

AdomdTransaction Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace