ResultInfo.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.

구현

IResultInfo.ExecutionTime

참고 항목

참조

ResultInfo 클래스

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스