Compartir a través de


DerivedHierarchy.AnchorNullRecursions Propiedad

Gets or sets a value that indicates whether the null recursive relationships will be anchored.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property AnchorNullRecursions As Boolean 
    Get 
    Set
'Uso
Dim instance As DerivedHierarchy 
Dim value As Boolean 

value = instance.AnchorNullRecursions

instance.AnchorNullRecursions = value
[DataMemberAttribute(IsRequired = false)]
public bool AnchorNullRecursions { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property bool AnchorNullRecursions {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(IsRequired = false)>]
member AnchorNullRecursions : bool with get, set
function get AnchorNullRecursions () : boolean 
function set AnchorNullRecursions (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the null recursive relationships will be anchored; otherwise, false.

Vea también

Referencia

DerivedHierarchy Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts