SearchServiceApplicationProxy.ExportSchema method
ExportSchema(SearchObjectOwner)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function ExportSchema ( _
owner As SearchObjectOwner _
) As SearchSchemaConfigurationSettings
'Uso
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim returnValue As SearchSchemaConfigurationSettings
returnValue = instance.ExportSchema(owner)
public SearchSchemaConfigurationSettings ExportSchema(
SearchObjectOwner owner
)
Parâmetros
Valor retornado
Type: SearchSchemaConfigurationSettings
Implements
ISchemaOperations.ExportSchema(SearchObjectOwner)
Ver também
Referência
SearchServiceApplicationProxy class