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 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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.DeviceType
The type of the backup media.