IScriptingOptions.ScriptDefaults Property
Gets a value indicating whether the creation of the referenced object is included in the generated script.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property ScriptDefaults As Boolean
Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean
value = instance.ScriptDefaults
bool ScriptDefaults { get; }
property bool ScriptDefaults {
bool get ();
}
abstract ScriptDefaults : bool
function get ScriptDefaults () : boolean
Property Value
Type: System.Boolean
true if the reference object is included in the generated script; otherwise, false.