Freigeben über


ManagedWrapper.SupportsDTCTransactions-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

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

Implementiert

IDTSConnectionManager100.SupportsDTCTransactions

Siehe auch

Verweis

ManagedWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace