Share via


IResultInfo.ExecutionTime Property

Gets the amount of client wall-time used before the server returned the execution result.

Namespace:  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)

Syntax

'Declaration
ReadOnly Property ExecutionTime As TimeSpan
    Get
'Usage
Dim instance As IResultInfo
Dim value As TimeSpan

value = instance.ExecutionTime
TimeSpan ExecutionTime { get; }
property TimeSpan ExecutionTime {
    TimeSpan get ();
}
abstract ExecutionTime : TimeSpan
function get ExecutionTime () : TimeSpan

Property Value

Type: System.TimeSpan
A TimeSpan value specifying the amount of wall-time that is used.