Condividi tramite


Classe BackupSetCollection

Represents a collection of backup set.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class BackupSetCollection _
    Implements ICollection, IEnumerable
'Utilizzo
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

Nel tipo BackupSetCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of elements contained in the collection.
Proprietà pubblica IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe).
Proprietà pubblica Item Gets the backup set at the specified index.
Proprietà pubblica SyncRoot Gets an object that can be used to synchronize access to the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Gets an enumerator object that can be used to iterate through the collection.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo