ManagedInstance.BackupDirectory Property

Definition

Gets the backup directory for the server instance.

public:
 property System::String ^ BackupDirectory { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string BackupDirectory { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.BackupDirectory : string
Public ReadOnly Property BackupDirectory As String

Property Value

A String value that specifies the server's backup directory.

Attributes

Applies to