Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the security privileges.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function SecurityPrivilegesCreate ( _
request As SecurityPrivilegesRequest _
) As SecurityCreateResponse Implements IService.SecurityPrivilegesCreate
'Usage
Dim instance As ServiceClient
Dim request As SecurityPrivilegesRequest
Dim returnValue As SecurityCreateResponse
returnValue = CType(instance, IService).SecurityPrivilegesCreate(request)
SecurityCreateResponseIService.SecurityPrivilegesCreate(
SecurityPrivilegesRequest request
)
private:
virtual SecurityCreateResponse^ SecurityPrivilegesCreate(
SecurityPrivilegesRequest^ request
) sealed = IService::SecurityPrivilegesCreate
private abstract SecurityPrivilegesCreate :
request:SecurityPrivilegesRequest -> SecurityCreateResponse
private override SecurityPrivilegesCreate :
request:SecurityPrivilegesRequest -> SecurityCreateResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.SecurityPrivilegesRequest
The create request.
Return Value
Type: Microsoft.MasterDataServices.SecurityCreateResponse
The SecurityCreateResponse for the operation.
Implements
IService.SecurityPrivilegesCreate(SecurityPrivilegesRequest)