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
owner
Typ: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerDer Besitzer, das Schema zu erstellen.
importSchema
Typ: SearchSchemaConfigurationSettingsEin SearchSchemaConfigurationSettings -Objekt von der ExportSchema(SearchObjectOwner) -Methode zurückgegeben.
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<String>