Partager via


SqlSource.IsolationLevel Propriété

Définition

Obtient ou définit spécifie le comportement de verrouillage de transaction pour la source SQL. Valeurs autorisées : ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. La valeur par défaut est ReadCommitted. Type : chaîne (ou Expression avec chaîne resultType).

[Newtonsoft.Json.JsonProperty(PropertyName="isolationLevel")]
public object IsolationLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isolationLevel")>]
member this.IsolationLevel : obj with get, set
Public Property IsolationLevel As Object

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à