ContentSourceCollection.Item 属性 (String)

根据指定的内容源名称的内容源的集合中获取指定的内容源。

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

语法

声明
Public ReadOnly Default Property Item ( _
    name As String _
) As ContentSource
    Get
用法
Dim instance As ContentSourceCollection
Dim name As String
Dim value As ContentSource

value = instance(name)
public ContentSource this[
    string name
] { get; }

参数

  • name
    类型:System.String

    一个字符串,它包含的内容源名称。

属性值

类型:Microsoft.Office.Server.Search.Administration.ContentSource
表示内容源的ContentSource对象。

另请参阅

引用

ContentSourceCollection 类

ContentSourceCollection 成员

Item 重载

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