Partager via


Propriété CursorId.IsGlobal

Gets or sets a value that indicates whether the cursor is global.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsGlobal As Boolean 
    Get 
    Set
'Utilisation
Dim instance As CursorId 
Dim value As Boolean 

value = instance.IsGlobal

instance.IsGlobal = value
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)

Valeur de propriété

Type : System.Boolean
true of the cursor is global; otherwise, false.

Voir aussi

Référence

CursorId Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom