BackupSetCollection Class
Represents a collection of backup set.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| 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[Int32] | 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(Array^, Int32) | Copies the elements of the collection to an array, starting at a particular array index. |
![]() | Equals(Object^) | (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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

