MetadataBuilder.GetRowCounts Metod

Definition

Returnerar det aktuella antalet objekt i varje tabell.

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)

Returer

En matris med storlek TableCount, med varje objekt fyllt med det aktuella radantalet i motsvarande tabell.

Gäller för