Share via


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 크기의 배열이며, 각 항목은 해당 테이블의 현재 행 수로 채워집니다.

적용 대상