Udostępnij przez


Właściwość Entity.IsSystem

Pobiera lub ustawia wartość wskazująca, czy obiekt został utworzony przez MDS system.Nie można usunąć obiektów systemowych.

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

Składnia

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

value = instance.IsSystem

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

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli obiekt został utworzony przez MDS system; w przeciwnym razie false.