Bagikan melalui


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
Public method BackupMediaSet Initializes a new instance of the BackupMediaSet class.

Top

Properties

  Name Description
Public property BackupMediaList Gets the collection of Backup media that the Backup media set contains.
Public property Description Gets the description.
Public property FamilyCount Gets the number of Family Backup media present in Backup media set.
Public property MediaType Gets the device type of the media.
Public property MirrorCount Gets the mirror count.
Public property Name Gets the name of the media set.

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