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);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryProgressNodeSample : System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryProgressThreadSample> * int64 -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryProgressNodeSample
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);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryProgressNodeSample : int * uint64 * uint64 * int64 * int64 * int64 * int64 -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryProgressNodeSample
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