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

IMobileServiceTableQuery<T>.Take(Int32) 方法

定义

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

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

参数

count
Int32

要采用的数字。

返回

已撰写查询。

适用于