Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.DeviceType
The Media type.