Freigeben über


AdomdTransaction.Connection-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection that contains a valid AdomdConnection reference.

Hinweise

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.

Siehe auch

Verweis

AdomdTransaction Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace