Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.