Partilhar via


Propriedade CursorId.IsGlobal

Obtém ou define se o cursor é global.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property IsGlobal As Boolean
    Get
    Set
public bool IsGlobal { get; set; }
public:
property bool IsGlobal {
    bool get ();
    void set (bool value);
}
member IsGlobal : bool with get, set
function get IsGlobal () : boolean
function set IsGlobal (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna true se o cursor é global, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

CursorId Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql