Właściwość ServerMessageEventArgs.ExecutionTime
Pobiera czas ściany klient zajęło odzyskać wyników z serwera.
Przestrzeń nazw: Microsoft.SqlServer.Management.MultiServerConnection
Zestaw: Microsoft.SqlServer.Management.MultiServerConnection (w Microsoft.SqlServer.Management.MultiServerConnection.dll)
Składnia
'Deklaracja
Public ReadOnly Property ExecutionTime As TimeSpan
Get
'Użycie
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
Wartość właściwości
Typ: System.TimeSpan
A TimeSpan wartość reprezentująca klient ściany - czas podjęte dla wyników z serwera.
Implementacje
Zobacz także