IServerSettings.BackupDirectory Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the BackupDirectory property for an instance SQL Server.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[DisplayDescriptionKeyAttribute("Server_BackupDirectoryDesc")]
[DisplayNameKeyAttribute("Server_BackupDirectoryName")]
string BackupDirectory { get; set; }
[DisplayDescriptionKeyAttribute("Server_BackupDirectoryDesc")]
[DisplayNameKeyAttribute("Server_BackupDirectoryName")]
property String^ BackupDirectory {
    String^ get();
    void set(String^ value);
}
[<DisplayDescriptionKeyAttribute("Server_BackupDirectoryDesc")>]
[<DisplayNameKeyAttribute("Server_BackupDirectoryName")>]
abstract BackupDirectory : string with get, set
<DisplayDescriptionKeyAttribute("Server_BackupDirectoryDesc")>
<DisplayNameKeyAttribute("Server_BackupDirectoryName")>
Property BackupDirectory As String

Property Value

Type: System.String

The BackupDirectory property for an instance SQL Server.

See Also

IServerSettings Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top