BackupSetCollection-Klasse

Represents a collection of backup set.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Management.Smo.BackupSetCollection

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class BackupSetCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As BackupSetCollection
public sealed class BackupSetCollection : ICollection, 
    IEnumerable
public ref class BackupSetCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type BackupSetCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class BackupSetCollection implements ICollection, IEnumerable

Der BackupSetCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of elements contained in the collection.
Öffentliche Eigenschaft IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe).
Öffentliche Eigenschaft Item Gets the backup set at the specified index.
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets an enumerator object that can be used to iterate through the collection.
Ö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