DBSetupDeployTask.OverwriteExistingFiles 属性

获取或设置是否覆盖现有文件。

命名空间:  Microsoft.Data.Schema.Tasks
程序集:  Microsoft.Data.Schema.Tasks(在 Microsoft.Data.Schema.Tasks.dll 中)

语法

声明
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)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

DBSetupDeployTask 类

Microsoft.Data.Schema.Tasks 命名空间