DataSet.QueryPrepareAndExecutionTime 屬性

定義

取得查詢準備和執行時間。

public:
 property Nullable<long> QueryPrepareAndExecutionTime { Nullable<long> get(); void set(Nullable<long> value); };
public long? QueryPrepareAndExecutionTime { get; set; }
member this.QueryPrepareAndExecutionTime : Nullable<int64> with get, set
Public Property QueryPrepareAndExecutionTime As Nullable(Of Long)

屬性值

查詢準備時間與執行時間。

適用於