Condividi tramite


Proprietà SupportsDTCTransactions

Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SupportsDTCTransactions As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
true if the connection supports MS DTC transactions; otherwise, false.