BackupSetCollection 類別

定義

Backupset collection 類別

public sealed class BackupSetCollection : System.Collections.ICollection
type BackupSetCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class BackupSetCollection
Implements ICollection
繼承
BackupSetCollection
實作

屬性

名稱 Description
Count

得到包含於 的 ICollection元素數量。

IsSynchronized

取得值,指出是否同步存取 ICollection (線程安全)。

Item[Int32]

在指定的索引處得到 。BackupSet

SyncRoot

取得一個物件,可用來同步存取 ICollection

方法

名稱 Description
CopyTo(Array, Int32)

從特定 ICollection 索引開始,將 Array 的專案複製到 Array

GetEnumerator()

傳回逐一查看集合的列舉值。

適用於