Condividi tramite


Proprietà ISqlDatabaseOptions.IsCursorDefaultScopeGlobal

Ottiene o imposta un valore che indica se l'ambito del cursore predefinito è GLOBAL.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsCursorDefaultScopeGlobal As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlDatabaseOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel