MetadataBuilder.GetRowCount(TableIndex) 方法

定義

傳回所指定資料表中目前的項目數。

public:
 int GetRowCount(System::Reflection::Metadata::Ecma335::TableIndex table);
public int GetRowCount (System.Reflection.Metadata.Ecma335.TableIndex table);
member this.GetRowCount : System.Reflection.Metadata.Ecma335.TableIndex -> int
Public Function GetRowCount (table As TableIndex) As Integer

參數

table
TableIndex

資料表索引。

傳回

資料表中的項目數。

例外狀況

table 不是有效的數據表索引。

適用於