Gets the IDs of objects from the specified table that were deleted during a specified perod.
'Declaration
Public Function GetDeletedIds( _
ByVal As String, _
ByVal As Date, _
ByVal As Date _
) As String()
Parameters
- tableName
- The table to get the IDs of the deleted objects from.
- startDate
- The lower bound of the period, during which the objects to get IDs of were deleted.
- endDate
- The upper bound of the period, during which the objects to get IDs of were deleted.
Return Value
The array of IDs of objects from the specified table that were deleted during a specified perod.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2