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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace