Partager via


Classe BackupSetCollection

Represents a collection of backup set.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class BackupSetCollection _
    Implements ICollection, IEnumerable
'Utilisation
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

Le type BackupSetCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of elements contained in the collection.
Propriété publique IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe).
Propriété publique Item Gets the backup set at the specified index.
Propriété publique SyncRoot Gets an object that can be used to synchronize access to the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Méthode publique Equals (hérité de Object.)
Méthode publique GetEnumerator Gets an enumerator object that can be used to iterate through the collection.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo