Deletes all the Snapshots for the specified Data Execution Plan.
Namespace: AJE.DataAssetEngineAssembly: AJE.DataAssetEngine (in AJE.DataAssetEngine.dll) Version: 4.0.8187.28944 (4.0.1.1)
public bool DeleteSnapshots(
int DataExecutionPlanID,
ref int RowsDeleted = 0
)
public bool DeleteSnapshots(
int DataExecutionPlanID,
ref int RowsDeleted = 0
)
Public Function DeleteSnapshots (
DataExecutionPlanID As Integer,
Optional ByRef RowsDeleted As Integer = 0
) As Boolean
Public Function DeleteSnapshots (
DataExecutionPlanID As Integer,
Optional ByRef RowsDeleted As Integer = 0
) As Boolean
public:
bool DeleteSnapshots(
int DataExecutionPlanID,
int% RowsDeleted = 0
)
public:
bool DeleteSnapshots(
int DataExecutionPlanID,
int% RowsDeleted = 0
)
Return Value
Type:
Boolean