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 命名空间