SecurityPrivilegesGetResponse.Privileges Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the security privileges for the response.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public SecurityPrivileges Privileges { get; set; }
public:
[MessageBodyMemberAttribute]
property SecurityPrivileges^ Privileges {
    SecurityPrivileges^ get();
    void set(SecurityPrivileges^ value);
}
[<MessageBodyMemberAttribute>]
member Privileges : SecurityPrivileges with get, set
<MessageBodyMemberAttribute>
Public Property Privileges As SecurityPrivileges

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges

The security privileges for the response.

See Also

SecurityPrivilegesGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top