Share via


MetadataBuilder.GetRowCounts Método

Definição

Retorna o número atual de itens em cada tabela.

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)

Retornos

Uma matriz de tamanho TableCount, com cada item preenchido com a contagem de linhas atual da tabela correspondente.

Aplica-se a