ProfilesQueryControl.IssueQuery 方法 (String, String, Int32, Int32)

与指定的搜索关键字、 组、 页面和页面大小发出的查询。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Protected Overrides Function IssueQuery ( _
    search As String, _
    groupName As String, _
    pageIndex As Integer, _
    pageSize As Integer _
) As Integer
用法
Dim search As String
Dim groupName As String
Dim pageIndex As Integer
Dim pageSize As Integer
Dim returnValue As Integer

returnValue = Me.IssueQuery(search, _
    groupName, pageIndex, pageSize)
protected override int IssueQuery(
    string search,
    string groupName,
    int pageIndex,
    int pageSize
)

参数

  • search
    类型:System.String

    在查询中使用的搜索关键字。

  • groupName
    类型:System.String

    用户、 组织或成员资格的组查询。

返回值

类型:System.Int32
查询中找到的配置文件的数量。

备注

此重写调用IssueQuery(String, String, String, String, Int32, Int32)方法以执行该查询使用的providerIDhierarchynodeID参数为空字符串。

另请参阅

引用

ProfilesQueryControl 类

ProfilesQueryControl 成员

IssueQuery 重载

Microsoft.SharePoint.Portal.WebControls 命名空间