Метод ISchemaOperations.ImportSchema
Импорт схемы владельца.
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function ImportSchema ( _
owner As SearchObjectOwner, _
importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
'Применение
Dim instance As ISchemaOperations
Dim owner As SearchObjectOwner
Dim importSchema As SearchSchemaConfigurationSettings
Dim returnValue As IEnumerable(Of String)
returnValue = instance.ImportSchema(owner, _
importSchema)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
IEnumerable<string> ImportSchema(
SearchObjectOwner owner,
SearchSchemaConfigurationSettings importSchema
)
Параметры
owner
Тип: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerВладелец для создания схемы.
importSchema
Тип: SearchSchemaConfigurationSettingsSearchSchemaConfigurationSettings объект, возвращенный методом ExportSchema(SearchObjectOwner) .
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<String>
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Administration