ManagedDataType simpleType (SPS15XSDSearchSet2)
- [アーティクル]
-
-
名前 |
値 |
基本型 |
xs:string |
Namespace |
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>
列挙値
値 |
説明 |
サポート外
|
|
テキスト
|
|
整数
|
|
10 進数
|
|
DateTime
|
|
YesNo
|
|
Binary
|
|
倍精度浮動小数点数
|
|