IDTSTelemetry130.PostPackageExecutionEvent(Int32, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void PostPackageExecutionEvent(int result, long time);
[System.Runtime.InteropServices.DispId(2)]
public void PostPackageExecutionEvent (int result, long time);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member PostPackageExecutionEvent : int * int64 -> unit
Public Sub PostPackageExecutionEvent (result As Integer, time As Long)
Parameters
- result
- Int32
- time
- Int64
- Attributes