Share via


IScriptingOptions.ScriptCheckConstraints Property

Gets a value indicating whether the constraints in the script are checked.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property ScriptCheckConstraints As Boolean
    Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean

value = instance.ScriptCheckConstraints
bool ScriptCheckConstraints { get; }
property bool ScriptCheckConstraints {
    bool get ();
}
abstract ScriptCheckConstraints : bool
function get ScriptCheckConstraints () : boolean

Property Value

Type: System.Boolean
true if the constraints in the script are checked; otherwise, false.