ManagedDataType, énumération (Microsoft.Office.Server.Search.Administration)
Defines the managed property data types supported in the Recherche de contenu d'entreprise schema.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Enumeration ManagedDataType
'Utilisation
Dim instance As ManagedDataType
public enum ManagedDataType
Membres
Nom du membre | Description | |
---|---|---|
Binary | System.Byte | |
DateTime | System.DateTime | |
Decimal | System.Decimal | |
Integer | System.Int32 | |
Text | System.String | |
Unsupported | Specifies that the data type is unsupported. | |
YesNo | System.Boolean |
Remarques
Use the ManagedDataType enumeration with the ManagedType property of the ManagedProperty class, the Create method of the ManagedPropertyCollection class, and the IsMappable method of the Schema class.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration, espace de noms