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