CursorDefaultAlterDatabaseOption.IsLocal-Eigenschaft

Ruft ab oder legt fest, ob der Cursorstandard auf LOCAL festgelegt wird.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn der Cursorstandard auf LOCAL festgelegt wird, und False, wenn GLOBAL festgelegt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

CursorDefaultAlterDatabaseOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace