Поделиться через


Метод 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