RestoreLocation.File Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets a file string associated with a RestoreLocation object.

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 file name.

See Also

RestoreLocation Class
Microsoft.AnalysisServices Namespace

Return to top