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 or sets the type of the backup media.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property MediaType As DeviceType
Get
'Usage
Dim instance As BackupMedia
Dim value As DeviceType
value = instance.MediaType
public DeviceType MediaType { get; }
public:
property DeviceType MediaType {
DeviceType get ();
}
member MediaType : DeviceType
function get MediaType () : DeviceType
Property Value
Type: Microsoft.SqlServer.Management.Smo.DeviceType
The type of the backup media.