Condividi tramite


Proprietà ManagedWrapper.SupportsDTCTransactions

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets whether the wrapper supports DTCT transactions.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SupportsDTCTransactions As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IDTSConnectionManager100.SupportsDTCTransactions

Vedere anche

Riferimento

ManagedWrapper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime