共用方式為


DeploymentProjectBuilder.OverwriteExistingFiles 屬性

取得或設定值,這個值表示部署是否應覆寫輸出目錄中的現有檔案。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

DeploymentProjectBuilder 類別

Microsoft.Data.Schema.Build 命名空間