次の方法で共有


ManagedDatabaseQueriesOperationsExtensions.ListByQueryNext メソッド

定義

クエリ ID でクエリ実行統計を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics> ListByQueryNext (this Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations operations, string nextPageLink);
static member ListByQueryNext : Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>
<Extension()>
Public Function ListByQueryNext (operations As IManagedDatabaseQueriesOperations, nextPageLink As String) As IPage(Of QueryStatistics)

パラメーター

operations
IManagedDatabaseQueriesOperations

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

nextPageLink
String

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

戻り値

適用対象