Freigeben über


SqlPoolTableColumnsOperationsExtensions.ListByTableNameNextAsync Methode

Definition

Ruft Spalten in einer bestimmten Tabelle in einem SQL-Pool ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolColumn>> ListByTableNameNextAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolTableColumnsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByTableNameNextAsync : Microsoft.Azure.Management.Synapse.ISqlPoolTableColumnsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolColumn>>
<Extension()>
Public Function ListByTableNameNextAsync (operations As ISqlPoolTableColumnsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SqlPoolColumn))

Parameter

operations
ISqlPoolTableColumnsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft Spalten in einer bestimmten Tabelle in einem SQL-Pool ab.

Gilt für: