SearchServiceApplicationProxy.ImportSchema method
ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
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
Type: SearchSchemaConfigurationSettings
Valor retornado
Type: System.Collections.Generic.IEnumerable<String>
Implements
ISchemaOperations.ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)
Ver também
Referência
SearchServiceApplicationProxy class