RestoreInfo.File Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the UNC name of the File to restore.

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

Syntax

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

Property Value

Type: System.String

A string with the name of the restore file.

See Also

RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top