Language

StagingResultCriteria.Relationships プロパティ

定義

関係バッチを返すべきかどうかを示す値を取得または設定します。

public:
 property bool Relationships { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool Relationships { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Relationships : bool with get, set
Public Property Relationships As Boolean

プロパティ値

true 関係性を返すべきならバッチを返す必要があります。それ以外は false

属性

適用対象