views:

13

answers:

0

In the SSIS project, I use a custom log provider to write log in script task, like below:

Dts.Events.FireInformation(19165, "STBuildFileName", "Attempting to download " + resultantFileName, Nothing, 0, False)

But in eventlog, the event id of this log is not 19165 but another one..

Is there anyone know why its behavior like this?