BackupMedia Class

Represents a backup media.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.BackupMedia

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class BackupMedia
'Usage
Dim instance As BackupMedia
public sealed class BackupMedia
public ref class BackupMedia sealed
[<SealedAttribute>]
type BackupMedia =  class end
public final class BackupMedia

The BackupMedia type exposes the following members.

Properties

  Name Description
Public property FamilySequenceNumber Gets the family sequence number.
Public property MediaName Gets the backup media name.
Public property MediaType Gets or sets the type of the backup media.
Public property MirrorSequenceNumber Gets the mirror sequence number.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace