RestoreFolder.New Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[XmlElementAttribute(IsNullable = false)]
public string New { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ New {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member New : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property New As String

Property Value

Type: System.String

The new folder location.

See Also

RestoreFolder Class
Microsoft.AnalysisServices Namespace

Return to top