HierarchyMemberPrivilege.Permission Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the permission that is assigned for this member and security principal.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Permission

A new instance of type Permission.

See Also

HierarchyMemberPrivilege Class
Microsoft.MasterDataServices Namespace

Return to top