ProviderDataSource.Isolation Property

Definition

Specifies the locking behavior of the SQL statements when executing commands against the data source. Valid values include ReadCommitted (default) which only reads from committed transactions, or Snapshot which can read any statement in a transaction that is transactionally consistent.

public Microsoft.AnalysisServices.Tabular.DatasourceIsolation Isolation { get; set; }
member this.Isolation : Microsoft.AnalysisServices.Tabular.DatasourceIsolation with get, set
Public Property Isolation As DatasourceIsolation

Property Value

Applies to