CursorDefaultAlterDatabaseOption.IsLocal 属性

获取或设置是否将游标默认值设置为 LOCAL。

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

语法

声明
Public Property IsLocal As Boolean
    Get
    Set
public bool IsLocal { get; set; }
public:
property bool IsLocal {
    bool get ();
    void set (bool value);
}
member IsLocal : bool with get, set
function get IsLocal () : boolean
function set IsLocal (value : boolean)

属性值

类型:System.Boolean
如果将游标默认值设置为 LOCAL,则返回 true;如果将游标默认值设置为 GLOBAL,则返回 false。

.NET Framework 安全性

请参见

参考

CursorDefaultAlterDatabaseOption 类

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