Propriedade do RDL ManagedWrapper.SupportsDTCTransactions
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets whether the wrapper supports DTCT transactions.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public ReadOnly Property SupportsDTCTransactions As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
True if the wrapper supports DTCT transactions.; otherwise, false.
Implementa
IDTSConnectionManager100.SupportsDTCTransactions