BackupMediaSet Class
Represents a Backup media set.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() | BackupMediaSet(Server^, List<BackupMedia^>^) | Initializes a new instance of the BackupMediaSet class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

