返回一个布尔值,该值指示是否所有联合的搜索位置将会触发查询。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function IsTriggered ( _
locationList As LocationList _
) As Boolean
用法
Dim instance As QueryManager
Dim locationList As LocationList
Dim returnValue As Boolean
returnValue = instance.IsTriggered(locationList)
public bool IsTriggered(
LocationList locationList
)
参数
- locationList
类型:Microsoft.Office.Server.Search.Query.LocationList
返回值
类型:System.Boolean
true如果将触发一个联合的搜索的位置 ;否则为false。