Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the CURSOR_DEFAULT database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property CursorDefaultGlobalScope As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.CursorDefaultGlobalScope
instance.CursorDefaultGlobalScope = value
public Nullable<bool> CursorDefaultGlobalScope { get; set; }
public:
property Nullable<bool> CursorDefaultGlobalScope {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member CursorDefaultGlobalScope : Nullable<bool> with get, set
function get CursorDefaultGlobalScope () : Nullable<boolean>
function set CursorDefaultGlobalScope (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>