IWorkbookSession.ReportQueryExecution(Int32, String) 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.
Reports a query execution.
public void ReportQueryExecution (int elapsedTime, string in_bstrQuery);
abstract member ReportQueryExecution : int * string -> unit
Public Sub ReportQueryExecution (elapsedTime As Integer, in_bstrQuery As String)
Parameters
- elapsedTime
- Int32
The time that the query elapsed.
- in_bstrQuery
- String
The query.