ISearchAdminServiceApplication.CheckIfItemsRemoved 方法

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

语法

声明
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function CheckIfItemsRemoved ( _
    tenantID As Guid, _
    itemsToRemove As List(Of Integer) _
) As List(Of Integer)
用法
Dim instance As ISearchAdminServiceApplication
Dim tenantID As Guid
Dim itemsToRemove As List(Of Integer)
Dim returnValue As List(Of Integer)

returnValue = instance.CheckIfItemsRemoved(tenantID, _
    itemsToRemove)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<int> CheckIfItemsRemoved(
    Guid tenantID,
    List<int> itemsToRemove
)

参数

返回值

类型:System.Collections.Generic.List<Int32>

另请参阅

引用

ISearchAdminServiceApplication 接口

ISearchAdminServiceApplication 成员

Microsoft.Office.Server.Search.Query 命名空间