SearchServiceApplicationProxy.CheckIfItemsRemoved 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function CheckIfItemsRemoved ( _
tenantID As Guid, _
itemsToRemove As List(Of Integer) _
) As List(Of Integer)
用法
Dim instance As SearchServiceApplicationProxy
Dim tenantID As Guid
Dim itemsToRemove As List(Of Integer)
Dim returnValue As List(Of Integer)
returnValue = instance.CheckIfItemsRemoved(tenantID, _
itemsToRemove)
public List<int> CheckIfItemsRemoved(
Guid tenantID,
List<int> itemsToRemove
)
参数
- tenantID
类型:System.Guid
- itemsToRemove
类型:System.Collections.Generic.List<Int32>
返回值
类型:System.Collections.Generic.List<Int32>
实现
ISearchAdminServiceApplication.CheckIfItemsRemoved(Guid, List<Int32>)
另请参阅
引用
SearchServiceApplicationProxy 类