Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a collection of backup set.
Vererbungshierarchie
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
Der BackupSetCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
CopyTo | Copies the elements of the collection to an array, starting at a particular array index. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetEnumerator | Gets an enumerator object that can be used to iterate through the collection. |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)