ISchemaOperations.ImportSchema - Méthode

Importer un schéma propriétaire spécifique.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function ImportSchema ( _
    owner As SearchObjectOwner, _
    importSchema As SearchSchemaConfigurationSettings _
) As IEnumerable(Of String)
'Utilisation
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
)

Paramètres

  • importSchema
    Type : SearchSchemaConfigurationSettings

    Un objet SearchSchemaConfigurationSettings est retourné par la méthode ExportSchema(SearchObjectOwner) .

Valeur renvoyée

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

Voir aussi

Référence

ISchemaOperations interface

ISchemaOperations - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms