IScriptingOptions.ScriptDriIncludeSystemNames Property

 

Applies To: SQL Server 2016 Preview

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

bool ScriptDriIncludeSystemNames { get; }
property bool ScriptDriIncludeSystemNames {
    bool get();
}
abstract ScriptDriIncludeSystemNames : bool with get
ReadOnly Property ScriptDriIncludeSystemNames As Boolean

Property Value

Type: System.Boolean

true if the script includes the system-generated constraint names; otherwise, false.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top