你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMobileServiceTableQuery<T>.Skip(Int32) 方法

定义

将指定的 skip 子句应用于源查询。

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Skip (int count);
abstract member Skip : int -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function Skip (count As Integer) As IMobileServiceTableQuery(Of T)

参数

count
Int32

要跳过的数字。

返回

已撰写查询。

适用于