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.
Gets the AdomdConnection that the AdomdTransaction uses.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Connection As AdomdConnection
Get
'Usage
Dim instance As AdomdTransaction
Dim value As AdomdConnection
value = instance.Connection
public AdomdConnection Connection { get; }
public:
property AdomdConnection^ Connection {
AdomdConnection^ get ();
}
member Connection : AdomdConnection
function get Connection () : AdomdConnection
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection that contains a valid AdomdConnection reference.
Remarks
A single application can have multiple database connections, each with zero or more transactions. This property enables you to determine the connection object associated with a particular transaction.
AdomdTransaction objects cannot be reused across multiple AdomdConnection objects.