IScriptingOptions.ScriptDependentObjects Property

 

Applies To: SQL Server 2016 Preview

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

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

Property Value

Type: System.Boolean

true if a script is generated for the additional objects; otherwise, false.

See Also

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

Return to top