MdmDataContractOfEntityContextIdentifier.Permission Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the permission type of the MDM data contract.

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

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public PermissionType Permission { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property PermissionType Permission {
    PermissionType get();
    void set(PermissionType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Permission : PermissionType with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Permission As PermissionType

Property Value

Type: Microsoft.MasterDataServices.PermissionType

A new instance of type PermissionType.

See Also

MdmDataContractOfEntityContextIdentifier Class
Microsoft.MasterDataServices Namespace

Return to top