ProviderDataSource.Isolation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在對資料來源執行命令時,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