ExecutionTime Propiedad
Gets the amount of client wall-time it took to get the result back from the server.
Espacio de nombres: Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado: Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Sintaxis
'Declaración
Public ReadOnly Property ExecutionTime As TimeSpan
Get
'Uso
Dim instance As ServerMessageEventArgs
Dim value As TimeSpan
value = instance.ExecutionTime
public TimeSpan ExecutionTime { get; }
public:
virtual property TimeSpan ExecutionTime {
TimeSpan get () sealed;
}
abstract ExecutionTime : TimeSpan
override ExecutionTime : TimeSpan
final function get ExecutionTime () : TimeSpan
Valor de la propiedad
Tipo: System. . :: . .TimeSpan
A TimeSpan value representing the amount of client wall-time taken for the result to return from the server.