Dela via


ISqlServerOptions.ImplicitTransactions Property

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

Syntax

'Declaration
Property ImplicitTransactions As Nullable(Of Boolean)
'Usage
Dim instance As ISqlServerOptions 
Dim value As Nullable(Of Boolean)

value = instance.ImplicitTransactions

instance.ImplicitTransactions = value
Nullable<bool> ImplicitTransactions { get; set; }
property Nullable<bool> ImplicitTransactions {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
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

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace