Share via


SqlImportScriptService.OverwriteExistingObjects Property

Gets a value indicating whether to overwrite existing objects.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
Public Property OverwriteExistingObjects As Boolean
public bool OverwriteExistingObjects { get; set; }
public:
property bool OverwriteExistingObjects {
    bool get ();
    void set (bool value);
}
member OverwriteExistingObjects : bool with get, set
function get OverwriteExistingObjects () : boolean
function set OverwriteExistingObjects (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlImportScriptService Class

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace