Partilhar via


Propriedade DBSetupDeployTask.OverwriteExistingFiles

Obtém ou define se deseja sobrescrever arquivos existentes.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
Public Property OverwriteExistingFiles As Boolean
    Get
    Set
public bool OverwriteExistingFiles { get; set; }
public:
property bool OverwriteExistingFiles {
    bool get ();
    void set (bool value);
}
member OverwriteExistingFiles : bool with get, set
function get OverwriteExistingFiles () : boolean
function set OverwriteExistingFiles (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

DBSetupDeployTask Classe

Namespace Microsoft.Data.Schema.Tasks