RestoreFolder.New Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the location of the new folder to be created for use by a RestoreFolder element.

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

Syntax

public string New { get; set; }
public:
property String^ New {
    String^ get();
    void set(String^ value);
}
member New : string with get, set
Public Property New As String

Property Value

Type: System.String

The new folder location.

See Also

RestoreFolder Class
Microsoft.AnalysisServices Namespace

Return to top