Proprietà Relationships
Gets or sets a value that indicates whether relationships batches should be returned.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Relationships As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
true if relationships batches should be returned; otherwise, false.