ManagedDataType 列挙 (Microsoft.Office.Server.Search.Administration)

エンタープライズ検索 スキーマでサポートされている管理プロパティのデータ型を定義します。

名前空間: 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 サポートされていないデータ型を指定します。 
YesNo System.Boolean 

備考

ManagedProperty クラスの ManagedType プロパティ、ManagedPropertyCollection クラスの Create メソッド、Schema クラスの IsMappable メソッドと共に ManagedDataType 列挙を使用します。

関連項目

参照

Microsoft.Office.Server.Search.Administration 名前空間