Server.BackupDirectory Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the BackupDirectory property value.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)]
public string BackupDirectory { get; set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::Matrix)]
property String^ BackupDirectory {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
abstract BackupDirectory : string with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.Matrix)>]
override BackupDirectory : string with get, set
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Matrix)>
Public Property BackupDirectory As String

Property Value

Type: System.String

The BackupDirectory property value.

Implements

IServerSettings.BackupDirectory

See Also

Server Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top