Share via


ServiceConfig.IsolationLevel Vlastnost

Definice

Získá nebo nastaví úroveň izolace transakce.

public:
 property System::EnterpriseServices::TransactionIsolationLevel IsolationLevel { System::EnterpriseServices::TransactionIsolationLevel get(); void set(System::EnterpriseServices::TransactionIsolationLevel value); };
public System.EnterpriseServices.TransactionIsolationLevel IsolationLevel { get; set; }
member this.IsolationLevel : System.EnterpriseServices.TransactionIsolationLevel with get, set
Public Property IsolationLevel As TransactionIsolationLevel

Hodnota vlastnosti

Jedna z TransactionIsolationLevel hodnot. Výchozí formát je Any.

Poznámky

Nová transakce je vytvořena, pokud ohraničující transakce není spuštěna na zadané úrovni izolace. IsolationLevel je ignorováno, pokud by se uzavřený kód jinak nespustí v transakci.

Platí pro