BackupSetCollection Class
SQL Server 2012
Represents a collection of backup set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The BackupSetCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | CopyTo | Copies the elements of the collection to an array, starting at a particular array index. |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator object that can be used to iterate through the collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

