Relationships プロパティ

リレーションシップ バッチを返すかどうかを示す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Relationships As Boolean
    Get
    Set
'使用
Dim instance As StagingResultCriteria
Dim value As Boolean

value = instance.Relationships

instance.Relationships = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool Relationships { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool Relationships {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Relationships : bool with get, set
function get Relationships () : boolean
function set Relationships (value : boolean)

プロパティ値

型: System. . :: . .Boolean
リレーションシップ バッチを返す場合は true、それ以外の場合は false です。