LocationConfiguration.Type 属性 (Microsoft.Office.Server.Search.Administration)

Specifies the type of federated search location. This corresponds to the LocationType element of the OpenSearchDescription of the federated location definition file.

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

语法

声明
Public Property Type As LocationType
用法
Dim instance As LocationConfiguration
Dim value As LocationType

value = instance.Type

instance.Type = value
public LocationType Type { get; set; }

备注

You can specify one of the following location types:

  • LocalSharePoint: Specify this type for local SharePoint sites. This is the default value.

  • OpenSearch: Specify this type for remote SharePoint sites and other OpenSearch providers.

另请参阅

参考

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