Share via


ReportAfter (clsDatabase)

[!참고]

  이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.

This event is called after a processing action for the Database object has finished executing.

Applies To:clsDatabase

구문

ReportAfter(obj As Object, ByVal Action As Integer, ByVal success As Boolean)

매개 변수

  • obj
    Refers to the object being processed or the target object of the action.

  • Action
    Refers to the processing action that has been completed.

  • success
    Indicates whether the action succeeded.

주의

This event is called whenever a processing action for a given Database object (referenced by obj)or any of its subordinate major or minor objects has finished executing. The type of action can be determined from the value of Action. Whether or not the action was successful can be determined by the value of success.

For more information about using this event, see Events.