ScriptingOptions::SchemaQualify Property
SQL Server 2012
Gets or sets the Boolean property value that specifies whether the schemas associated with objects are included in the generated script.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: System::BooleanA Boolean value that specifies whether objects that have no schema are included in the generated script.If True, objects with no schema are not included in the generated script. Otherwise, False (default).