ManagedWrapper.SupportsDTCTransactions Property
This API supports the infrastructure and is not intended to be used directly from your code.
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