SecurityPrivilegesGetResponse Class
SQL Server 2012
Represents a response message that returns an operation result and a SecurityPrivileges instance that contains the returned security privileges.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The SecurityPrivilegesGetResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecurityPrivilegesGetResponse() | Initializes a new instance of the SecurityPrivilegesGetResponse class that has default values. |
![]() | SecurityPrivilegesGetResponse(OperationResult, SecurityPrivileges) | Initializes a new instance of the SecurityPrivilegesGetResponse class that has the specified operation result and security privileges to get. |
| Name | Description | |
|---|---|---|
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() | Privileges | The security privileges to get. |

