Hi everyone,
After a Execute method I would need to stop a package but I don't know why:
sResultDts = pkg.Execute(Nothing, Nothing, EventsSSIS, Nothing, Nothing)
I have a Events class (EventSSIS) which implements IDTSEvents and have an OnQueryCancel event but without parameters, such so:
Function OnQueryCancel() AsBooleanImplements IDTSEvents.OnQueryCancel
ReturnFalse
EndFunction
Let me know how to pass a boolean parameter because of I can't overloaded OnQueryCancel method
TIA-
I'm sorry, issue is solved.
happy coding,
No comments:
Post a Comment