Freigeben über


ISchemaOperations.ImportSchema-Methode

Importieren Sie eine Hersteller-spezifische 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
)

Parameter

  • importSchema
    Typ: SearchSchemaConfigurationSettings

    Ein SearchSchemaConfigurationSettings -Objekt von der ExportSchema(SearchObjectOwner) -Methode zurückgegeben.

Rückgabewert

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

Siehe auch

Referenz

ISchemaOperations Schnittstelle

ISchemaOperations-Member

Microsoft.Office.Server.Search.Administration-Namespace