BackupMediaSet-Klasse

Represents a Backup media set.

Vererbungshierarchie

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

Der BackupMediaSet-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BackupMediaSet Initializes a new instance of the BackupMediaSet class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace