Share via


IScriptingOptions.SchemaQualifyForeignKeys Property

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

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

value = instance.SchemaQualifyForeignKeys
bool SchemaQualifyForeignKeys { get; }
property bool SchemaQualifyForeignKeys {
    bool get ();
}
abstract SchemaQualifyForeignKeys : bool
function get SchemaQualifyForeignKeys () : 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.