QueryProgressNodeSample 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| QueryProgressNodeSample(IList<QueryProgressThreadSample>, Int64) | |
| QueryProgressNodeSample(Int32, UInt64, UInt64, Int64, Int64, Int64, Int64) |
QueryProgressNodeSample(IList<QueryProgressThreadSample>, Int64)
public:
QueryProgressNodeSample(System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::Editors::ProgressEstimation::QueryProgressThreadSample ^> ^ threadSamples, long sampleTime);
public QueryProgressNodeSample (System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryProgressThreadSample> threadSamples, long sampleTime);
Public Sub New (threadSamples As IList(Of QueryProgressThreadSample), sampleTime As Long)
參數
- threadSamples
- IList<QueryProgressThreadSample>
- sampleTime
- Int64
適用於
QueryProgressNodeSample(Int32, UInt64, UInt64, Int64, Int64, Int64, Int64)
public:
QueryProgressNodeSample(int nodeId, System::UInt64 actualRowCount, System::UInt64 actualRebindCount, long maxCloseTime, long minCloseTime, long minOpenTime, long sampleTime);
public QueryProgressNodeSample (int nodeId, ulong actualRowCount, ulong actualRebindCount, long maxCloseTime, long minCloseTime, long minOpenTime, long sampleTime);
Public Sub New (nodeId As Integer, actualRowCount As ULong, actualRebindCount As ULong, maxCloseTime As Long, minCloseTime As Long, minOpenTime As Long, sampleTime As Long)
參數
- nodeId
- Int32
- actualRowCount
- UInt64
- actualRebindCount
- UInt64
- maxCloseTime
- Int64
- minCloseTime
- Int64
- minOpenTime
- Int64
- sampleTime
- Int64