Sdílet prostřednictvím


ManagedWrapper.SupportsDTCTransactions Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets whether the wrapper supports DTCT 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 ManagedWrapper 
Dim value As Boolean 

value = instance.SupportsDTCTransactions
public bool SupportsDTCTransactions { get; }
public:
virtual property bool SupportsDTCTransactions {
    bool get () sealed;
}
abstract SupportsDTCTransactions : bool 
override SupportsDTCTransactions : bool
final function get SupportsDTCTransactions () : boolean

Property Value

Type: System.Boolean
True if the wrapper supports DTCT transactions.; otherwise, false.

Implements

IDTSConnectionManager100.SupportsDTCTransactions

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace