ProfileManagerBase.GetEnumerator 方法 (Int64, Int32)

返回可用于循环访问指定数量的配置文件IEnumerator 。

命名空间:  Microsoft.Office.Server.UserProfiles
程序集:  Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)

语法

声明
Public Overridable Function GetEnumerator ( _
    recordId As Long, _
    pageSize As Integer _
) As IEnumerator
用法
Dim instance As ProfileManagerBase
Dim recordId As Long
Dim pageSize As Integer
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator(recordId, _
    pageSize)
public virtual IEnumerator GetEnumerator(
    long recordId,
    int pageSize
)

参数

返回值

类型:System.Collections.IEnumerator

备注

枚举器将开始在指定的记录标识符的迭代。

另请参阅

引用

ProfileManagerBase 类

ProfileManagerBase 成员

GetEnumerator 重载

Microsoft.Office.Server.UserProfiles 命名空间