ServiceClient.SecurityPrivilegesUpdate Método
Updates the specified security privileges.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Public Function SecurityPrivilegesUpdate ( _
International As International, _
Privileges As SecurityPrivileges _
) As OperationResult
'Uso
Dim instance As ServiceClient
Dim International As International
Dim Privileges As SecurityPrivileges
Dim returnValue As OperationResult
returnValue = instance.SecurityPrivilegesUpdate(International, _
Privileges)
public OperationResult SecurityPrivilegesUpdate(
International International,
SecurityPrivileges Privileges
)
public:
OperationResult^ SecurityPrivilegesUpdate(
International^ International,
SecurityPrivileges^ Privileges
)
member SecurityPrivilegesUpdate :
International:International *
Privileges:SecurityPrivileges -> OperationResult
public function SecurityPrivilegesUpdate(
International : International,
Privileges : SecurityPrivileges
) : OperationResult
Parámetros
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- Privileges
Tipo: Microsoft.MasterDataServices.SecurityPrivileges
The set of security privileges to be updated.
Valor devuelto
Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.