共用方式為


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 大小的陣列,其中每個項目都會填入相對應資料表的目前資料列計數。

適用於