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 | |
---|---|---|
Count | Gets the number of elements contained in the collection. | |
IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread safe). | |
Item | Gets the backup set at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CopyTo | Copies the elements of the collection to an array, starting at a particular array index. | |
Equals | (Herdado de Object.) | |
GetEnumerator | Gets an enumerator object that can be used to iterate through the collection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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.