共用方式為


ITableEntriesSnapshotFactory 介面

定義

在某個時間點提供專案集合穩定快照集的管理員。 處理站可在一段時間后提供不同的快照集 (產生,例如,每個組建之後的新快照集) 。

public interface class ITableEntriesSnapshotFactory : IDisposable
public interface ITableEntriesSnapshotFactory : IDisposable
type ITableEntriesSnapshotFactory = interface
    interface IDisposable
Public Interface ITableEntriesSnapshotFactory
Implements IDisposable
衍生
實作

屬性

CurrentVersionNumber

與目前快照集相關聯的版本號碼。

方法

GetCurrentSnapshot()

取得與 Factory 相關聯之專案的目前快照集。

GetSnapshot(Int32)

取得與指定 versionNumber相關聯的快照集。 如果該快照集已無法使用,則傳回 null。

適用於