SearchServiceApplication.ExportSchema method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function ExportSchema ( _
owner As SearchObjectOwner _
) As SearchSchemaConfigurationSettings
'Usage
Dim instance As SearchServiceApplication
Dim owner As SearchObjectOwner
Dim returnValue As SearchSchemaConfigurationSettings
returnValue = instance.ExportSchema(owner)
public SearchSchemaConfigurationSettings ExportSchema(
SearchObjectOwner owner
)
Parameters
Return value
Type: SearchSchemaConfigurationSettings
Implements
ISchemaOperations.ExportSchema(SearchObjectOwner)
See also
Reference
SearchServiceApplication class