QueryCompletionStatistics(Int32, UInt64, UInt64) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
QueryCompletionStatistics(int nodeId, System::UInt64 actualRowCount, System::UInt64 actualRebindCount);
public QueryCompletionStatistics (int nodeId, ulong actualRowCount, ulong actualRebindCount);
Public Sub New (nodeId As Integer, actualRowCount As ULong, actualRebindCount As ULong)
参数
- nodeId
- Int32
- actualRowCount
- UInt64
- actualRebindCount
- UInt64