Compartir a través de


: Schema.IsMappable (Método) (Microsoft.Office.Server.Search.Administration)

Gets a Boolean value indicating whether crawled properties with the specified data type can be mapped to managed properties with the specified managed data type.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Shared Function IsMappable ( _
    managedDataType As ManagedDataType, _
    varType As Integer _
) As Boolean
'Uso
Dim managedDataType As ManagedDataType
Dim varType As Integer
Dim returnValue As Boolean

returnValue = Schema.IsMappable(managedDataType, varType)
public static bool IsMappable (
    ManagedDataType managedDataType,
    int varType
)

Parámetros

  • managedDataType
    A ManagedDataType object that represents a managed property data type.
  • varType
    An integer value that represents a crawled property data type.

Valor devuelto

true if crawled properties with the specified data type can be mapped to managed properties with the specified managed type; otherwise, false.

Vea también

Referencia

Schema (Clase)
Schema (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)