Compartilhar via


ISchemaOperations.ImportSchema method

Importe um esquema específico do proprietário.

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

Syntax

'Declaração
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function ImportSchema ( _
    owner As SearchObjectOwner, _
    importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
'Uso
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
)

Parâmetros

  • importSchema
    Type: SearchSchemaConfigurationSettings

    Um objeto SearchSchemaConfigurationSettings retornado pelo método ExportSchema(SearchObjectOwner) .

Valor retornado

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

Ver também

Referência

ISchemaOperations interface

ISchemaOperations members

Microsoft.Office.Server.Search.Administration namespace