IScriptingOptions.SchemaQualify Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether the script contains an object with a qualified schema.

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

Syntax

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

Property Value

Type: System.Boolean

true if an object contains a qualified schema; otherwise, false.

See Also

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

Return to top