名称 |
值 |
基类型 |
xs:string |
命名空间 |
http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration |
架构文件 |
schema_Microsoft.Office.Server.Search.Administration.xsd |
定义
<xs:simpleType name="ManagedDataType">
<xs:restriction base="xs:string">
<xs:enumeration value="Unsupported" />
<xs:enumeration value="Text" />
<xs:enumeration value="Integer" />
<xs:enumeration value="Decimal" />
<xs:enumeration value="DateTime" />
<xs:enumeration value="YesNo" />
<xs:enumeration value="Binary" />
<xs:enumeration value="Double" />
</xs:restriction>
</xs:simpleType>
枚举值
值 |
说明 |
不支持
|
|
Text
|
|
整数
|
|
小数
|
|
日期时间
|
|
是否
|
|
Binary
|
|
双精度
|
|