BackupMediaSet Class
Represents a Backup media set.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.BackupMediaSet
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class BackupMediaSet
'Usage
Dim instance As BackupMediaSet
public sealed class BackupMediaSet
public ref class BackupMediaSet sealed
[<SealedAttribute>]
type BackupMediaSet = class end
public final class BackupMediaSet
The BackupMediaSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BackupMediaSet | Initializes a new instance of the BackupMediaSet class. |
Top
Properties
Name | Description | |
---|---|---|
BackupMediaList | Gets the collection of Backup media that the Backup media set contains. | |
Description | Gets the description. | |
FamilyCount | Gets the number of Family Backup media present in Backup media set. | |
MediaType | Gets the device type of the media. | |
MirrorCount | Gets the mirror count. | |
Name | Gets the name of the media set. |
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.