Свойство ExecutionTime

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

Пространство имен:  Microsoft.SqlServer.Management.MultiServerConnection
Сборка:  Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)

Синтаксис

'Декларация
ReadOnly Property ExecutionTime As TimeSpan
    Get
'Применение
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

Значение свойства

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