Свойство AdomdTransaction.Connection
Gets the AdomdConnection that the AdomdTransaction uses.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property Connection As AdomdConnection
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient.AdomdConnection
An AdomdConnection that contains a valid AdomdConnection reference.
Замечания
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.