MetadataBuilder.GetRowCounts 方法

定义

返回每个表中的当前项数。

public:
 System::Collections::Immutable::ImmutableArray<int> GetRowCounts();
public System.Collections.Immutable.ImmutableArray<int> GetRowCounts ();
member this.GetRowCounts : unit -> System.Collections.Immutable.ImmutableArray<int>
Public Function GetRowCounts () As ImmutableArray(Of Integer)

返回

大小为 TableCount 的数组,其中每一项都由相应表的当前行计数填充。

适用于