Compartir a través de


del método ISchemaOperations.ImportSchema

Importar un esquema específico de propietario.

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<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
    Tipo: SearchSchemaConfigurationSettings

    Un objeto SearchSchemaConfigurationSettings devuelto por el método ExportSchema(SearchObjectOwner) .

Valor devuelto

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

Vea también

Referencia

interfaz ISchemaOperations

Miembros ISchemaOperations

Espacio de nombres Microsoft.Office.Server.Search.Administration