SqlPlanGenerationOptions.SetNumericRoundAbort Property
Gets whether SET NUMERIC_ROUNDABORT is enabled.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property SetNumericRoundAbort As Boolean
Get
Friend Set
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As Boolean
value = instance.SetNumericRoundAbort
public bool SetNumericRoundAbort { get; internal set; }
public:
property bool SetNumericRoundAbort {
bool get ();
internal: void set (bool value);
}
function get SetNumericRoundAbort () : boolean
internal function set SetNumericRoundAbort (value : boolean)
member SetNumericRoundAbort : bool with get, internal set
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlPlanGenerationOptions Class