Sdílet prostřednictvím


DeploymentProjectBuilder.OverwriteExistingFiles – vlastnost

Získá nebo nastaví hodnotu označující, zda nasazení přepsat existující soubory v adresáři výstupu.

Obor názvů:  Microsoft.Data.Schema.Build
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Protected Friend Property OverwriteExistingFiles As Boolean
    Get
    Set
protected internal bool OverwriteExistingFiles { get; set; }
protected 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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentProjectBuilder Třída

Microsoft.Data.Schema.Build – obor názvů