Partager via


Propriété CursorDefaultDatabaseOption.IsLocal

Gets or sets a value that indicates whether the cursor default is set to LOCAL or GLOBAL.

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

Syntaxe

'Déclaration
Public Property IsLocal As Boolean 
    Get 
    Set
'Utilisation
Dim instance As CursorDefaultDatabaseOption 
Dim value As Boolean 

value = instance.IsLocal

instance.IsLocal = value
public bool IsLocal { get; set; }
public:
property bool IsLocal {
    bool get ();
    void set (bool value);
}
member IsLocal : bool with get, set
function get IsLocal () : boolean 
function set IsLocal (value : boolean)

Valeur de propriété

Type : System.Boolean
True if cursor default is set to LOCAL, false if set to GLOBAL.

Voir aussi

Référence

CursorDefaultDatabaseOption Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom