ServiceClient.IService.SecurityPrivilegesDelete Method
Deletes the permissions.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function SecurityPrivilegesDelete ( _
request As SecurityPrivilegesDeleteRequest _
) As MessageResponse Implements IService.SecurityPrivilegesDelete
'Usage
Dim instance As ServiceClient
Dim request As SecurityPrivilegesDeleteRequest
Dim returnValue As MessageResponse
returnValue = CType(instance, IService).SecurityPrivilegesDelete(request)
MessageResponseIService.SecurityPrivilegesDelete(
SecurityPrivilegesDeleteRequest request
)
private:
virtual MessageResponse^ SecurityPrivilegesDelete(
SecurityPrivilegesDeleteRequest^ request
) sealed = IService::SecurityPrivilegesDelete
private abstract SecurityPrivilegesDelete :
request:SecurityPrivilegesDeleteRequest -> MessageResponse
private override SecurityPrivilegesDelete :
request:SecurityPrivilegesDeleteRequest -> MessageResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.SecurityPrivilegesDeleteRequest
The delete request.
Return Value
Type: Microsoft.MasterDataServices.MessageResponse
The MessageResponse for the operation.
Implements
IService.SecurityPrivilegesDelete(SecurityPrivilegesDeleteRequest)