CursorDefaultDatabaseOption.IsLocal Property
Gets or sets a value that indicates whether the cursor default is set to LOCAL or GLOBAL.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsLocal As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
True if cursor default is set to LOCAL, false if set to GLOBAL.