_Table.GetRowCount 方法

定义

获取 中的 Table行数。

public:
 int GetRowCount();
public int GetRowCount ();
Public Function GetRowCount () As Integer

返回

C# 中的 整数 (int ) 表示 Table 中的行数的值。

注解

GetRowCount 的大型表将导致对性能的影响。 由于 MAPI 限制 (例如,大型表的内存约束、 ) 上的同时操作, GetRowCount 可能无法确定 表中的行数,或者只能返回近似行计数。 在这些情况下, GetRowCount 会返回一个错误。 应该使用 GetRowCount 的相应的错误检测以确定是否调用返回一个错误。

适用于