Share via


IScriptingOptions.IncludeIfNotExists Property

Gets a value indicating whether to check if an object doesn't exist before including it in the script.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if an object is included in the script; otherwise, false.