BackupInfo.File Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the name of the file to back up to.

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 containing the name of the file.

See Also

BackupInfo Class
Microsoft.AnalysisServices Namespace

Return to top