: ManagedDataType (Enumeración) (Microsoft.Office.Server.Search.Administration)
Defines the managed property data types supported in the Enterprise Search schema.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Enumeration ManagedDataType
'Uso
Dim instance As ManagedDataType
public enum ManagedDataType
Miembros
Nombre de miembro | Descripción | |
---|---|---|
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 |
Comentarios
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.
Vea también
Referencia
Microsoft.Office.Server.Search.Administration (Espacio de nombres)