BackupSetCollection Class
Represents a collection of backup set.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.BackupSetCollection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class BackupSetCollection _
Implements ICollection, IEnumerable
'Usage
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
The BackupSetCollection type exposes the following members.
Properties
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. |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.