Свойство ExecutionTime
Gets or sets the amount of client wall-time it took to get the result back from the server.
Пространство имен: Microsoft.SqlServer.Management.MultiServerConnection
Сборка: Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)
Синтаксис
'Декларация
Public Property ExecutionTime As TimeSpan
Get
Set
'Применение
Dim instance As ResultInfo
Dim value As TimeSpan
value = instance.ExecutionTime
instance.ExecutionTime = value
public TimeSpan ExecutionTime { get; set; }
public:
virtual property TimeSpan ExecutionTime {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
abstract ExecutionTime : TimeSpan with get, set
override ExecutionTime : TimeSpan with get, set
final function get ExecutionTime () : TimeSpan
final function set ExecutionTime (value : TimeSpan)
Значение свойства
Тип: System. . :: . .TimeSpan
A TimeSpan value that represents the amount of client wall-time taken for the result to return from the server.
Реализует
См. также