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
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerThe owner of the schema to export.
Return value
Type: SearchSchemaConfigurationSettings
An exported schema.
See also
Reference
Microsoft.Office.Server.Search.Administration namespace
ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)