Sdílet prostřednictvím


DBSetupDeployTask.OverwriteExistingFiles – vlastnost

Získá nebo nastaví, zda chcete přepsat existující soubory.

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

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DBSetupDeployTask Třída

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