Condividi tramite


Proprietà CursorDefaultAlterDatabaseOption.IsLocal

Ottiene o imposta un valore che indica se l'impostazione predefinita del cursore è impostata su LOCAL.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean
Restituisce true se l'impostazione predefinita del cursore è impostata su LOCAL, false se è impostata su GLOBAL.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CursorDefaultAlterDatabaseOption Classe

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