CursorDefaultDatabaseOption.IsLocal 属性

Gets or sets a value that indicates whether the cursor default is set to LOCAL or GLOBAL.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property IsLocal As Boolean 
    Get 
    Set
用法
Dim instance As CursorDefaultDatabaseOption 
Dim value As Boolean 

value = instance.IsLocal

instance.IsLocal = value
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
True if cursor default is set to LOCAL, false if set to GLOBAL.

请参阅

参考

CursorDefaultDatabaseOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间