ResultInfo.ExecutionTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
它會取得或設定客戶端從伺服器回傳結果所需的壁站時間。
public:
property TimeSpan ExecutionTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ExecutionTime { get; set; }
member this.ExecutionTime : TimeSpan with get, set
Public Property ExecutionTime As TimeSpan
屬性值
一個 TimeSpan 代表伺服器回傳結果所需的用戶端牆壁時間的值。