BackupSetCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backupset collection class
public sealed class BackupSetCollection : System.Collections.ICollection
type BackupSetCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class BackupSetCollection
Implements ICollection
- Inheritance
-
BackupSetCollection
- Implements
Properties
Count |
Gets the number of elements contained in the ICollection. |
IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
Item[Int32] |
Gets the BackupSet at the specified index. |
SyncRoot |
Gets an object that can be used to synchronize access to the ICollection. |
Methods
CopyTo(Array, Int32) |
Copies the elements of the ICollection to an Array, starting at a particular Array index. |
GetEnumerator() |
Returns an enumerator that iterates through a collection. |