IsRetrievableAttribute クラス

定義

フィールドを検索結果で返すことができるかどうかを示します。 既定値は true であるため、この属性は [IsRetrievable(false)] として使用した場合にのみ有効です。

[System.AttributeUsage(System.AttributeTargets.Property)]
public class IsRetrievableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type IsRetrievableAttribute = class
    inherit Attribute
Public Class IsRetrievableAttribute
Inherits Attribute
継承
IsRetrievableAttribute
属性

コンストラクター

IsRetrievableAttribute(Boolean)

指定した値をターゲット フィールドのフラグに IsRetrievable 使用する必要があることを示します。

プロパティ

IsRetrievable

true ターゲット フィールドを検索結果に含める必要がある場合は 。 false それ以外の場合は 。

適用対象