次の方法で共有


ProviderDataSource.Isolation プロパティ

定義

データ ソースに対してコマンドを実行するときの、SQL ステートメントのロック動作を指定します。 有効な値には、ReadCommitted (既定) か Snapshot があります。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

プロパティ値

適用対象