共用方式為


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.