共用方式為


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

屬性值

適用於