SqlSchemaDeploymentOptions.SetArithAbort Property

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

Syntax

'Declaration
Public Property SetArithAbort As Boolean
    Get
    Friend Set
'Usage
Dim instance As SqlSchemaDeploymentOptions
Dim value As Boolean

value = instance.SetArithAbort
public bool SetArithAbort { get; internal set; }
public:
property bool SetArithAbort {
    bool get ();
    internal: void set (bool value);
}
member SetArithAbort : bool with get, internal set
function get SetArithAbort () : boolean
internal function set SetArithAbort (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

SqlSchemaDeploymentOptions Members

Microsoft.Data.Schema.Sql.Build Namespace