ContentSourceCollection.Item 属性 (Int32) (Microsoft.Office.Server.Search.Administration)

Gets the specified content source from the collection of content sources based on the specified content source ID.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

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

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

参数

  • id
    A 32-bit integer identifying the content source.

属性值

A ContentSource object representing a content source.

另请参阅

参考

ContentSourceCollection 类
ContentSourceCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间