ISql90DatabaseOptions.IsReadCommittedSnapshot 属性

获取或设置一个对 READ_COMMITTED_SNAPSHOT 选项建模的值。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property IsReadCommittedSnapshot As Boolean
    Get
    Set
bool IsReadCommittedSnapshot { get; set; }
property bool IsReadCommittedSnapshot {
    bool get ();
    void set (bool value);
}
abstract IsReadCommittedSnapshot : bool with get, set
function get IsReadCommittedSnapshot () : boolean
function set IsReadCommittedSnapshot (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ISql90DatabaseOptions 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间