Partager via


Propriété StagingResultCriteria.Relationships

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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 batches should be returned; otherwise, false.

Voir aussi

Référence

StagingResultCriteria Classe

Espace de noms Microsoft.MasterDataServices