DeploymentProjectBuilder.OverwriteExistingFiles Property
Gets or sets a value indicating whether deployment should overwrite existing files in the output directory.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Friend Property OverwriteExistingFiles As Boolean
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)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.