ConnectionManagerBase.SupportsDTCTransactions Property
Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property SupportsDTCTransactions As Boolean
Get
'Usage
Dim instance As ConnectionManagerBase
Dim value As Boolean
value = instance.SupportsDTCTransactions
public bool SupportsDTCTransactions { get; }
public:
property bool SupportsDTCTransactions {
bool get ();
}
member SupportsDTCTransactions : bool
function get SupportsDTCTransactions () : boolean
Property Value
Type: System.Boolean
true if the connection supports MS DTC transactions; otherwise, false.