Partager via


Schema.IsMappable, méthode (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.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Shared Function IsMappable ( _
    managedDataType As ManagedDataType, _
    varType As Integer _
) As Boolean
'Utilisation
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
)

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

Schema, classe
Membres Schema
Microsoft.Office.Server.Search.Administration, espace de noms