DataFormWebPart.UseSQLDataSourcePaging property
開啟或關閉 SQL 資料來源層級分頁。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<PersonalizableAttribute(PersonalizationScope.Shared, True)> _
<WebBrowsableAttribute(False)> _
Public Property UseSQLDataSourcePaging As Boolean
Get
Set
'用途
Dim instance As DataFormWebPart
Dim value As Boolean
value = instance.UseSQLDataSourcePaging
instance.UseSQLDataSourcePaging = value
[PersonalizableAttribute(PersonalizationScope.Shared, true)]
[WebBrowsableAttribute(false)]
public bool UseSQLDataSourcePaging { get; set; }
Property value
Type: System.Boolean