Group.SecurityPrivilege Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the set of MDS privileges assigned to the group.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.SecurityPrivileges

A new instance of type SecurityPrivileges.

See Also

Group Class
Microsoft.MasterDataServices Namespace

Return to top