ISchemaOperations.ImportSchema method

Import an owner-specific schema.

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

Syntax

'Declaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function ImportSchema ( _
    owner As SearchObjectOwner, _
    importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
'Usage
Dim instance As ISchemaOperations
Dim owner As SearchObjectOwner
Dim importSchema As SearchSchemaConfigurationSettings
Dim returnValue As IEnumerable(Of String)

returnValue = instance.ImportSchema(owner, _
    importSchema)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
IEnumerable<string> ImportSchema(
    SearchObjectOwner owner,
    SearchSchemaConfigurationSettings importSchema
)

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<String>

See also

Reference

ISchemaOperations interface

ISchemaOperations members

Microsoft.Office.Server.Search.Administration namespace