ISchemaOperations.ExportSchema method

Export the owner-specific schema to a serializable object.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function ExportSchema ( _
    owner As SearchObjectOwner _
) As SearchSchemaConfigurationSettings
'Usage
Dim instance As ISchemaOperations
Dim owner As SearchObjectOwner
Dim returnValue As SearchSchemaConfigurationSettings

returnValue = instance.ExportSchema(owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
SearchSchemaConfigurationSettings ExportSchema(
    SearchObjectOwner owner
)

Parameters

Return value

Type: SearchSchemaConfigurationSettings
An exported schema.

See also

Reference

ISchemaOperations interface

ISchemaOperations members

Microsoft.Office.Server.Search.Administration namespace

ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)