| DataFlowId | The GUID that identifies the DataFlow inside the package |
| DataFlowName | The name of the dataflow component (ex: "Data Flow Task 1") |
| ExecutionNumber | The number of the times the dataflow has been executed |
| EventName | Name of the event that has produced the profiled data (Actually only "OnPipelineRowsSent" is available) |
| EventDate | Date at which the profiled data has been taken |
| EventTime | Time at which the profiled data has been taken |
| SourceId | Id of the source of component's processed data. This is the Output Buffer of a component. |
| SourceName | Name of the source of component's output buffer. |
| ComponentId | Id of the component that processes data |
| ComponentName | Name of the component that processes data |
| DestinationId | Id of the component that will receive processed data. This is the Input Buffer of a component. |
| DestinationName | Name of the input buffer of the component that will received processed data. |
| RowCount | Number of rows processed in this buffer. |