CrawlMappingCollection.Exists 方法

返回一个布尔值,该值指示是否在集合中,根据指定的源 URI 存在爬网映射。

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

语法

声明
Public Function Exists ( _
    source As Uri _
) As Boolean
用法
Dim instance As CrawlMappingCollection
Dim source As Uri
Dim returnValue As Boolean

returnValue = instance.Exists(source)
public bool Exists(
    Uri source
)

参数

  • source
    类型:System.Uri

    System.Uri对象,该对象表示的源 URI。

返回值

类型:System.Boolean
true如果指定爬网映射存在 ;否则为false。

另请参阅

引用

CrawlMappingCollection 类

CrawlMappingCollection 成员

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