ContentSourceCollection.Item 属性 (Int32)

从内容源,根据指定的内容源标识符的集合中获取指定的内容源。

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

语法

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

value = instance(id)
public ContentSource this[
    int id
] { get; }

参数

  • id
    类型:System.Int32

    用于标识该内容源的 32 位整数。

属性值

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

另请参阅

引用

ContentSourceCollection 类

ContentSourceCollection 成员

Item 重载

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