Share via


ISqlServerOptions.ImplicitTransactions Property

Gets or sets a value that models the default IMPLICIT_TRANSACTIONS setting.

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

Syntax

'Declaration
Property ImplicitTransactions As Nullable(Of Boolean)
Nullable<bool> ImplicitTransactions { get; set; }
property Nullable<bool> ImplicitTransactions {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract ImplicitTransactions : Nullable<bool> with get, set
function get ImplicitTransactions () : Nullable<boolean>
function set ImplicitTransactions (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace