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.
Specifies the CURSOR_CLOSE_ON_COMMIT database option.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property CursorCloseOnCommit As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.CursorCloseOnCommit
instance.CursorCloseOnCommit = value
public Nullable<bool> CursorCloseOnCommit { get; set; }
public:
property Nullable<bool> CursorCloseOnCommit {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member CursorCloseOnCommit : Nullable<bool> with get, set
function get CursorCloseOnCommit () : Nullable<boolean>
function set CursorCloseOnCommit (value : Nullable<boolean>)
Eigenschaftswert
Typ: System.Nullable<Boolean>