SqlPoolTableColumnsOperationsExtensions.ListByTableNameNext メソッド

定義

SQL プール内の特定のテーブル内の列を取得します

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolColumn> ListByTableNameNext (this Microsoft.Azure.Management.Synapse.ISqlPoolTableColumnsOperations operations, string nextPageLink);
static member ListByTableNameNext : Microsoft.Azure.Management.Synapse.ISqlPoolTableColumnsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolColumn>
<Extension()>
Public Function ListByTableNameNext (operations As ISqlPoolTableColumnsOperations, nextPageLink As String) As IPage(Of SqlPoolColumn)

パラメーター

operations
ISqlPoolTableColumnsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

注釈

SQL プール内の特定のテーブル内の列を取得します。

適用対象