SPContentDatabase.GetSitesInUserSyncQueue 方法

返回需要同步其用户信息列表的网站集。

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

语法

声明
Public Function GetSitesInUserSyncQueue ( _
    maxRetryCount As Integer _
) As List(Of Guid)
用法
Dim instance As SPContentDatabase
Dim maxRetryCount As Integer
Dim returnValue As List(Of Guid)

returnValue = instance.GetSitesInUserSyncQueue(maxRetryCount)
public List<Guid> GetSitesInUserSyncQueue(
    int maxRetryCount
)

参数

返回值

类型:System.Collections.Generic.List<Guid>
需要他们的用户信息列表的网站集进行同步。

另请参阅

引用

SPContentDatabase 类

SPContentDatabase 成员

Microsoft.SharePoint.Administration 命名空间