RestoreInfo.AllowOverwrite Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the AllowOverwrite aspect of RestoreInfo.

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 overwrite is allowed; otherise, false.

See Also

RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top