Share via


IScriptingOptions.SchemaQualify Property

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

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

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

Property Value

Type: System.Boolean
true if an object contains a qualified schema; otherwise, false.