Udostępnij za pośrednictwem


Właściwość Entity.IsFlat

Pobiera lub ustawia wartość wskazująca, czy obiekt obsługuje jawnej hierarchie.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property IsFlat As Boolean
    Get
    Set
'Użycie
Dim instance As Entity
Dim value As Boolean

value = instance.IsFlat

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

Wartość właściwości

Typ: System.Boolean
TRUE , gdy obiekt obsługuje jawnej hierarchie; w przeciwnym razie false.