Share via


ManagedDataType 枚举 (Microsoft.Office.Server.Search.Administration)

Defines the managed property data types supported in the 企业级搜索 schema.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Enumeration ManagedDataType
用法
Dim instance As ManagedDataType
public enum ManagedDataType

成员

  成员名称 说明
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 

备注

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.

另请参阅

参考

Microsoft.Office.Server.Search.Administration 命名空间