SupportsDTCTransactions 属性

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property SupportsDTCTransactions As Boolean
    Get
用法
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

属性值

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