SearchServiceApplicationProxy.ImportSchema method
ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function ImportSchema ( _
owner As SearchObjectOwner, _
importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
'Usage
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
)
Parameters
- importSchema
Type: SearchSchemaConfigurationSettings
Return value
Type: System.Collections.Generic.IEnumerable<String>
Implements
ISchemaOperations.ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)
See also
Reference
SearchServiceApplicationProxy class