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 device type of the 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 BackupMediaSet
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 Media type.