Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the backup media name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property MediaName As String
Get
'Usage
Dim instance As BackupMedia
Dim value As String
value = instance.MediaName
public string MediaName { get; }
public:
property String^ MediaName {
String^ get ();
}
member MediaName : string
function get MediaName () : String
Property Value
Type: System.String
The name of the backup media.