Classe BackupSetCollection

Represents a collection of backup set.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class BackupSetCollection _
    Implements ICollection, IEnumerable
'Uso
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

O tipo BackupSetCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of elements contained in the collection.
Propriedade pública IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe).
Propriedade pública Item Gets the backup set at the specified index.
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Início

Métodos

  Nome Descrição
Método público CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Método público Equals (Herdado de Object.)
Método público GetEnumerator Gets an enumerator object that can be used to iterate through the collection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo