del método SearchServiceApplicationProxy.ImportSchema
ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function ImportSchema ( _
owner As SearchObjectOwner, _
importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
'Uso
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
)
Parámetros
- importSchema
Tipo: SearchSchemaConfigurationSettings
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<String>
Implementaciones
ISchemaOperations.ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)
Vea también
Referencia
clase SearchServiceApplicationProxy
Miembros SearchServiceApplicationProxy
Espacio de nombres Microsoft.Office.Server.Search.Administration