SearchServiceApplicationProxy.ImportSchema 方法

ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)

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

语法

声明
Public Function ImportSchema ( _
    owner As SearchObjectOwner, _
    importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
用法
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim importSchema As SearchSchemaConfigurationSettings
Dim returnValue As IEnumerable(Of String)

returnValue = instance.ImportSchema(owner, _
    importSchema)
public IEnumerable<string> ImportSchema(
    SearchObjectOwner owner,
    SearchSchemaConfigurationSettings importSchema
)

参数

  • importSchema
    类型:SearchSchemaConfigurationSettings

返回值

类型:System.Collections.Generic.IEnumerable<String>

实现

ISchemaOperations.ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)

另请参阅

引用

SearchServiceApplicationProxy 类

SearchServiceApplicationProxy 成员

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