Content.ContentSources 属性
获取Search service 应用程序的内容源的集合。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Property ContentSources As ContentSourceCollection
Get
用法
Dim instance As Content
Dim value As ContentSourceCollection
value = instance.ContentSources
public ContentSourceCollection ContentSources { get; }
属性值
类型:Microsoft.Office.Server.Search.Administration.ContentSourceCollection
一个ContentSourceCollection对象,它包含表示内容源的ContentSource对象的集合。