Partager via


ISqlServerOptions.IsCursorCloseOnCommitOn, propriété

Obtient ou définit une valeur qui modélise le paramètre CURSOR_CLOSE_ON_COMMIT par défaut.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IsCursorCloseOnCommitOn As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsCursorCloseOnCommitOn { get; set; }
property Nullable<bool> IsCursorCloseOnCommitOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsCursorCloseOnCommitOn : Nullable<bool> with get, set
function get IsCursorCloseOnCommitOn () : Nullable<boolean>
function set IsCursorCloseOnCommitOn (value : Nullable<boolean>)

Valeur de propriété

Type : System.Nullable<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms