SPDatabaseSnapshotCollection constructor
Initializes a new instance of the SPDatabaseSnapshotCollection class.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New SPDatabaseSnapshotCollection()
public SPDatabaseSnapshotCollection()
Remarks
Do not call this constructor in your own code. It should only be called by the get accessor of the Snapshots property of an SPDatabase object.
See also
Reference
SPDatabaseSnapshotCollection class