IScriptingOptions.SchemaQualifyForeignKeys Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether an object with no schema that is referenced by a foreign key are included in the generated script.

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

Syntax

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

Property Value

Type: System.Boolean

true if an object that is referenced by a foreign key is included in the generated script; otherwise, false.

See Also

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

Return to top