Share via


ISqlServerOptions.TransactionAbort Property

Gets or sets transaction abort.

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

Syntax

'Declaration
Property TransactionAbort As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Boolean)

value = instance.TransactionAbort

instance.TransactionAbort = value
Nullable<bool> TransactionAbort { get; set; }
property Nullable<bool> TransactionAbort {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get TransactionAbort () : Nullable<boolean>
function set TransactionAbort (value : Nullable<boolean>)
abstract TransactionAbort : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

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