BackupInfo.AllowOverwrite Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the property indicating whether the destination files can be overwritten during backup.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public bool AllowOverwrite { get; set; }
public:
property bool AllowOverwrite {
    bool get();
    void set(bool value);
}
member AllowOverwrite : bool with get, set
Public Property AllowOverwrite As Boolean

Property Value

Type: System.Boolean

true if the destination files can be overwritten; otherwise, false.

See Also

BackupInfo Class
Microsoft.AnalysisServices Namespace

Return to top