BackupLocation.File Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the file to backup the data source to.

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

Syntax

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

Property Value

Type: System.String

The file name.

See Also

BackupLocation Class
Microsoft.AnalysisServices Namespace

Return to top