共用方式為


SPDatabase.Snapshots property

取得快照的資料庫。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property Snapshots As SPDatabaseSnapshotCollection
    Get
'用途
Dim instance As SPDatabase
Dim value As SPDatabaseSnapshotCollection

value = instance.Snapshots
public SPDatabaseSnapshotCollection Snapshots { get; }

Property value

Type: Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection
所有資料庫的目前現有的快照集。

備註

一般而言,系統管理員設定採取定期排程為基礎的快照集。此外,快照具備固定的期限,通常是以的小時之後,他們會超出存在。因此,此屬性的成員資格是高度動態。

集合可能會是空的但屬性永遠不會傳回a null reference (Nothing in Visual Basic)參考 (英文)。

注意事項注意事項

僅限企業版及開發人員的版本Microsoft SQL Server支援資料庫快照集。

注意

快照通常會建立並刪除自動在背景中的計時器工作。若要協助確保SPDatabaseSnapshotCollection物件代表目前的快照集,一律呼叫RefreshSnapshots()方法之前存取或處理集合中的任何成員。當您透過索引器來存取快照,將也套用為止。例如,如果spd是SPDatabase物件,線條spd.Snapshots[0]應該加上RefreshSnapshots()方法的呼叫。

請參閱

參照

SPDatabase class

SPDatabase members

Microsoft.SharePoint.Administration namespace