Compartir a través de


ISqlDatabaseOptions.IsCursorDefaultScopeGlobal (Propiedad)

Obtiene o establece un valor que indica si el ámbito del cursor predeterminado es GLOBAL.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlDatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)