Compartilhar via


Propriedade SqlImportScriptService.OverwriteExistingObjects

Obtém um valor indicando se deseja sobrescrever objetos existentes.

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

Sintaxe

'Declaração
Public Property OverwriteExistingObjects As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlImportScriptService Classe

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