SPSiteDataQuery.RowLimit property
取得或設定查詢所傳回每頁中的項目數上限。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RowLimit As UInteger
Get
Set
'用途
Dim instance As SPSiteDataQuery
Dim value As UInteger
value = instance.RowLimit
instance.RowLimit = value
public uint RowLimit { get; set; }
Property value
Type: System.UInt32
32 位元不帶正負號的整數,會指定傳回的項目數的限制。