Share via


IScriptingOptions.ScriptDependentObjects Property

Gets a value indicating whether a script is generated for the additional objects that are required when the script for the selected object is executed.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if a script is generated for the additional objects; otherwise, false.