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 | |
---|---|---|
FamilySequenceNumber | Gets the family sequence number. | |
MediaName | Gets the backup media name. | |
MediaType | Gets or sets the type of the backup media. | |
MirrorSequenceNumber | Gets the mirror sequence number. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.