Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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