Freigeben über


SearchServiceApplicationProxy.ImportSchema-Methode

ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)

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

Syntax

'Declaration
Public Function ImportSchema ( _
    owner As SearchObjectOwner, _
    importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim importSchema As SearchSchemaConfigurationSettings
Dim returnValue As IEnumerable(Of String)

returnValue = instance.ImportSchema(owner, _
    importSchema)
public IEnumerable<string> ImportSchema(
    SearchObjectOwner owner,
    SearchSchemaConfigurationSettings importSchema
)

Parameter

  • importSchema
    Typ: SearchSchemaConfigurationSettings

Rückgabewert

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

Implementiert

ISchemaOperations.ImportSchema(SearchObjectOwner, SearchSchemaConfigurationSettings)

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace