QueryCompletionStatistics(Int32, UInt64, UInt64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
QueryCompletionStatistics(int nodeId, System::UInt64 actualRowCount, System::UInt64 actualRebindCount);
public QueryCompletionStatistics (int nodeId, ulong actualRowCount, ulong actualRebindCount);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryCompletionStatistics : int * uint64 * uint64 -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ProgressEstimation.QueryCompletionStatistics
Public Sub New (nodeId As Integer, actualRowCount As ULong, actualRebindCount As ULong)
Parameters
- nodeId
- Int32
- actualRowCount
- UInt64
- actualRebindCount
- UInt64