Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the cursor default is set to LOCAL or GLOBAL.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsLocal As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True if cursor default is set to LOCAL, false if set to GLOBAL.