Share via


ISqlDatabaseOptions.IsCursorDefaultScopeGlobal Property

Gets or sets a value that indicates whether the default cursor scope is GLOBAL.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsCursorDefaultScopeGlobal As Boolean
bool IsCursorDefaultScopeGlobal { get; set; }
property bool IsCursorDefaultScopeGlobal {
    bool get ();
    void set (bool value);
}
abstract IsCursorDefaultScopeGlobal : bool with get, set
function get IsCursorDefaultScopeGlobal () : boolean
function set IsCursorDefaultScopeGlobal (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace