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 | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
CopyTo | Copies the elements of the collection to an array, starting at a particular array index. | |
Equals | Ereditato da Object. | |
GetEnumerator | Gets an enumerator object that can be used to iterate through the collection. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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.