Udostępnij za pośrednictwem


Właściwość StagingResultCriteria.Relationships

Pobiera lub ustawia wartość wskazującą, czy relacje partie powinny być zwrócone.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Relationships As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli relacje partie powinny być zwrócone; w przeciwnym razie false.