Entity.IsSystem Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the entity was created by the MDS system. System entities cannot be deleted.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public bool IsSystem { get; set; }
public:
[DataMemberAttribute]
property bool IsSystem {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IsSystem : bool with get, set
<DataMemberAttribute>
Public Property IsSystem As Boolean

Property Value

Type: System.Boolean

true if the entity was created by the MDS system; otherwise, false.

See Also

Entity Class
Microsoft.MasterDataServices Namespace

Return to top