次の方法で共有


SqlPoolTablesOperationsExtensions.ListBySchemaNext メソッド

定義

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

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

パラメーター

operations
ISqlPoolTablesOperations

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

nextPageLink
String

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

戻り値

注釈

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

適用対象