Share via


IScriptingOptions.ScriptDriIncludeSystemNames Property

Gets a value indicating whether the script includes the system-generated constraint names to enforce declarative referential integrity.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the script includes the system-generated constraint names; otherwise, false.