OAImportScript.OverwriteExistingObjects Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
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

OAImportScript Class

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