TransactionManager.ImplicitDistributedTransactions Propriedade

Definição

Recebe ou define um valor que indica se a utilização de System.Transactions APIs que requerem escalonamento para uma transação distribuída o fará.

public:
 static property bool ImplicitDistributedTransactions { bool get(); void set(bool value); };
public static bool ImplicitDistributedTransactions { get; [System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Distributed transactions support may not be compatible with trimming. If your program creates a distributed transaction via System.Transactions, the correctness of the application cannot be guaranteed after trimming.")] [System.Runtime.Versioning.SupportedOSPlatform("windows")] set; }
[<set: System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Distributed transactions support may not be compatible with trimming. If your program creates a distributed transaction via System.Transactions, the correctness of the application cannot be guaranteed after trimming.")>]
[<set: System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member ImplicitDistributedTransactions : bool with get, set
Public Shared Property ImplicitDistributedTransactions As Boolean

Valor de Propriedade

true se as APIs das transações forem optadas para transações distribuídas; false se a NotSupportedException for lançado quando as APIs das transações escalam para uma transação distribuída. A predefinição é false.

Atributos

Aplica-se a