ProviderDataSource.Isolation 属性

定义

对数据源执行命令时指定 SQL 语句的锁定行为。 有效值包括仅从提交的事务中进行读取的 ReadCommitted(默认值),或可在事务处理方面一致的事务中读取任何语句的 Snapshot。

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

属性值

适用于