Propriedade do RDL StagingResultCriteria.Relationships
Gets or sets a value that indicates whether relationships should be returned.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Relationships As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if relationships should be returned; otherwise, false.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts