BackupMedia.MediaName Property

 

Gets the backup media name.

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

Syntax

public string MediaName { get; }
public:
property String^ MediaName {
    String^ get();
}
member MediaName : string with get
Public ReadOnly Property MediaName As String

Property Value

Type: System.String

The name of the backup media.

See Also

BackupMedia Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top