ConnectionManagerBase.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.