Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Data.IDbConnection
The Connection object to associate with the transaction.