Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.