Partager via


Propriété StagingResultCriteria.Relationships

Gets or sets a value that indicates whether relationships should be returned.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Relationships As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
true if relationships should be returned; otherwise, false.

Voir aussi

Référence

StagingResultCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts